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 be53226 commit b138282Copy full SHA for b138282
.changeset/afraid-nails-wave.md
@@ -0,0 +1,5 @@
1
+---
2
+'vee-validate': patch
3
4
+
5
+fix(types): export SetFieldValueOptions interface closes #4290
packages/vee-validate/src/index.ts
@@ -35,6 +35,7 @@ export {
35
InputBindsConfig,
36
LazyComponentBindsConfig,
37
LazyInputBindsConfig,
38
+ SetFieldValueOptions,
39
} from './types';
40
export { useResetForm } from './useResetForm';
41
export { useIsFieldDirty } from './useIsFieldDirty';
0 commit comments