There was an error while loading. Please reload this page.
1 parent 0c84c80 commit b88dffdCopy full SHA for b88dffd
1 file changed
packages/vee-validate/src/index.ts
@@ -6,3 +6,4 @@ export { Form } from './Form';
6
export { ErrorMessage } from './ErrorMessage';
7
export { useField } from './useField';
8
export { useForm } from './useForm';
9
+export { ValidationResult, FormActions, FormState, FormValidationResult, FormContext } from './types';
0 commit comments