We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421ae69 commit 135916cCopy full SHA for 135916c
packages/vee-validate/src/Field.ts
@@ -42,7 +42,7 @@ export interface ComponentFieldBindingObject<TValue = any> extends SharedBinding
42
modelValue?: TValue;
43
}
44
45
-interface FieldSlotProps<TValue = unknown>
+export interface FieldSlotProps<TValue = unknown>
46
extends Pick<
47
FieldContext,
48
'validate' | 'resetField' | 'handleChange' | 'handleReset' | 'handleBlur' | 'setTouched' | 'setErrors' | 'setValue'
0 commit comments