File tree 2 files changed +7
-33
lines changed
packages/vee-validate/src
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';
9
9
export { useField , FieldOptions , RuleExpression } from './useField' ;
10
10
export { useForm , FormOptions } from './useForm' ;
11
11
export { 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' ;
44
13
export { useResetForm } from './useResetForm' ;
45
14
export { useIsFieldDirty } from './useIsFieldDirty' ;
46
15
export { useIsFieldTouched } from './useIsFieldTouched' ;
@@ -64,4 +33,4 @@ export { useSetFieldValue } from './useSetFieldValue';
64
33
export { useSetFormErrors } from './useSetFormErrors' ;
65
34
export { useSetFormTouched } from './useSetFormTouched' ;
66
35
export { 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