Skip to content

Commit

Permalink
fix(types): expose field and form slot prop types closes #4900
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 20, 2024
1 parent f8a82fc commit f33974c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-insects-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vee-validate": patch
---

fix(types): expose field and form slot prop types closes #4900
4 changes: 2 additions & 2 deletions packages/vee-validate/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export { validate, validateObjectSchema as validateObject } from './validate';
export { defineRule } from './defineRule';
export { configure } from './config';
export { normalizeRules, isNotNestedPath, cleanupNonNestedPath } from './utils';
export { Field, FieldBindingObject, ComponentFieldBindingObject } from './Field';
export { Form } from './Form';
export { Field, FieldBindingObject, ComponentFieldBindingObject, FieldSlotProps } from './Field';
export { Form, FormSlotProps } from './Form';
export { FieldArray } from './FieldArray';
export { ErrorMessage } from './ErrorMessage';
export { useField, FieldOptions, RuleExpression } from './useField';
Expand Down

0 comments on commit f33974c

Please sign in to comment.