Skip to content

Commit 91ba2f7

Browse files
committed
chore: rm legacy ts def
1 parent f32cb36 commit 91ba2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import FieldContext from './FieldContext';
99
import ListContext from './ListContext';
1010

1111
const InternalForm = React.forwardRef<FormInstance, FormProps>(FieldForm) as <Values = any>(
12-
props: React.PropsWithChildren<FormProps<Values>> & { ref?: React.Ref<FormInstance<Values>> },
12+
props: FormProps<Values> & { ref?: React.Ref<FormInstance<Values>> },
1313
) => React.ReactElement;
1414

1515
type InternalFormType = typeof InternalForm;

0 commit comments

Comments
 (0)