Skip to content

Commit

Permalink
fix: bundler errors in Vue adapter should now be resolved (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn authored Sep 8, 2023
1 parent 1a3561e commit 7d2c399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vue-form/src/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export type NoInfer<T> = [T][T extends any ? 0 : never]

export type ReleaseVersion = 2

0 comments on commit 7d2c399

Please sign in to comment.