Skip to content

Commit b88dffd

Browse files
committed
feat: export some internal types closes #3065
1 parent 0c84c80 commit b88dffd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/vee-validate/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export { Form } from './Form';
66
export { ErrorMessage } from './ErrorMessage';
77
export { useField } from './useField';
88
export { useForm } from './useForm';
9+
export { ValidationResult, FormActions, FormState, FormValidationResult, FormContext } from './types';

0 commit comments

Comments
 (0)