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 832be04 commit c7c395cCopy full SHA for c7c395c
src/interface.ts
@@ -1,7 +1,6 @@
1
import type { ReactElement } from 'react';
2
import type { DeepNamePath } from './namePathType';
3
-import type { ReducerAction } from './useForm';
4
-import type { BatchTask } from './BatchUpdate';
+import type { ReducerAction } from './hooks/useForm';
5
6
export type InternalNamePath = (string | number)[];
7
export type NamePath<T = any> = DeepNamePath<T>;
0 commit comments