File tree Expand file tree Collapse file tree 2 files changed +7
-33
lines changed
packages/vee-validate/src Expand file tree Collapse file tree 2 files changed +7
-33
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' vee-validate ' : patch
3+ ---
4+
5+ feat: expose all internal types
Original file line number Diff line number Diff line change @@ -9,38 +9,7 @@ export { ErrorMessage } from './ErrorMessage';
99export { useField , FieldOptions , RuleExpression } from './useField' ;
1010export { useForm , FormOptions } from './useForm' ;
1111export { useFieldArray } from './useFieldArray' ;
12- export {
13- ValidationResult ,
14- FormActions ,
15- FormState ,
16- FormValidationResult ,
17- FormContext ,
18- FieldState ,
19- FieldContext ,
20- FieldEntry ,
21- FieldArrayContext ,
22- SubmissionContext ,
23- SubmissionHandler ,
24- FieldMeta ,
25- FormMeta ,
26- InvalidSubmissionContext ,
27- InvalidSubmissionHandler ,
28- GenericValidateFunction ,
29- ValidationOptions ,
30- TypedSchema ,
31- TypedSchemaError ,
32- RawFormSchema ,
33- Path ,
34- PublicPathState as PathState ,
35- ComponentBindsConfig ,
36- InputBindsConfig ,
37- LazyComponentBindsConfig ,
38- LazyInputBindsConfig ,
39- FormErrors ,
40- FormErrorBag ,
41- BaseComponentBinds ,
42- BaseInputBinds ,
43- } from './types' ;
12+ export * from './types' ;
4413export { useResetForm } from './useResetForm' ;
4514export { useIsFieldDirty } from './useIsFieldDirty' ;
4615export { useIsFieldTouched } from './useIsFieldTouched' ;
@@ -64,4 +33,4 @@ export { useSetFieldValue } from './useSetFieldValue';
6433export { useSetFormErrors } from './useSetFormErrors' ;
6534export { useSetFormTouched } from './useSetFormTouched' ;
6635export { useSetFormValues } from './useSetFormValues' ;
67- export { FormContextKey , FieldContextKey , IS_ABSENT } from './symbols' ;
36+ export * from './symbols' ;
You can’t perform that action at this time.
0 commit comments