fix: bundler errors in Vue adapter should now be resolved (#449)

This commit is contained in:
Corbin Crutchley
2023-09-07 20:12:51 -07:00
committed by GitHub
parent 1a3561e516
commit 7d2c3999bc

View File

@@ -1 +1,3 @@
export type NoInfer<T> = [T][T extends any ? 0 : never]
export type ReleaseVersion = 2