Skip to content

Commit

Permalink
feat: expose RuleExpression type closes #3913
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Sep 11, 2022
1 parent fa7ed38 commit cdaf22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vee-validate/src/index.ts
Expand Up @@ -5,7 +5,7 @@ export { Field } from './Field';
export { Form } from './Form';
export { FieldArray } from './FieldArray';
export { ErrorMessage } from './ErrorMessage';
export { useField, FieldOptions } from './useField';
export { useField, FieldOptions, RuleExpression } from './useField';
export { useForm, FormOptions } from './useForm';
export { useFieldArray } from './useFieldArray';
export {
Expand Down

0 comments on commit cdaf22d

Please sign in to comment.