Skip to content

Commit 135916c

Browse files
committed
fix(types): export component internal types
1 parent 421ae69 commit 135916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vee-validate/src/Field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface ComponentFieldBindingObject<TValue = any> extends SharedBinding
4242
modelValue?: TValue;
4343
}
4444

45-
interface FieldSlotProps<TValue = unknown>
45+
export interface FieldSlotProps<TValue = unknown>
4646
extends Pick<
4747
FieldContext,
4848
'validate' | 'resetField' | 'handleChange' | 'handleReset' | 'handleBlur' | 'setTouched' | 'setErrors' | 'setValue'

0 commit comments

Comments
 (0)