We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43986d commit 1297fd4Copy full SHA for 1297fd4
1 file changed
src/index.ts
@@ -3,4 +3,4 @@ export * from './useFormAutoSubmission';
3
export * from './useDebounce';
4
export { fromStandardSchema, isStandardSchema } from './standardSchema';
5
export type { FormValidator } from './standardSchema';
6
-export type { UseFormReturn, ExtractFieldPaths } from './types';
+export type { UseFormReturn, ExtractFieldPaths, GetArrayItemType } from './types';
0 commit comments