Skip to content

Commit 1297fd4

Browse files
committed
feat: add GetArrayItemType to exported types in index.ts
1 parent a43986d commit 1297fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export * from './useFormAutoSubmission';
33
export * from './useDebounce';
44
export { fromStandardSchema, isStandardSchema } from './standardSchema';
55
export type { FormValidator } from './standardSchema';
6-
export type { UseFormReturn, ExtractFieldPaths } from './types';
6+
export type { UseFormReturn, ExtractFieldPaths, GetArrayItemType } from './types';

0 commit comments

Comments
 (0)