Skip to content

Commit

Permalink
feat: expose BaseInputBinds and BaseComponentBinds interfaces #4409
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 13, 2023
1 parent d2cc9bc commit 4947e88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-bottles-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vee-validate': patch
---

feat: expose BaseInputBinds and BaseComponentBinds interfaces #4409
2 changes: 2 additions & 0 deletions packages/vee-validate/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export {
InputBindsConfig,
LazyComponentBindsConfig,
LazyInputBindsConfig,
BaseComponentBinds,
BaseInputBinds,
} from './types';
export { useResetForm } from './useResetForm';
export { useIsFieldDirty } from './useIsFieldDirty';
Expand Down

0 comments on commit 4947e88

Please sign in to comment.