Skip to content

Commit

Permalink
fix: export submission types #3112
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jan 12, 2021
1 parent e00c19a commit 3f35167
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/vee-validate/src/index.ts
Expand Up @@ -6,7 +6,15 @@ export { Form } from './Form';
export { ErrorMessage } from './ErrorMessage';
export { useField } from './useField';
export { useForm } from './useForm';
export { ValidationResult, FormActions, FormState, FormValidationResult, FormContext } from './types';
export {
ValidationResult,
FormActions,
FormState,
FormValidationResult,
FormContext,
SubmissionContext,
SubmissionHandler,
} from './types';
export { useResetForm } from './useResetForm';
export { useIsFieldDirty } from './useIsFieldDirty';
export { useIsFieldTouched } from './useIsFieldTouched';
Expand Down

0 comments on commit 3f35167

Please sign in to comment.