Skip to content

Commit 0d22bfd

Browse files
author
Larry Botha
committed
fix(index.d.ts): return more permissive type
fix #140
1 parent 5ea7225 commit 0d22bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type FormState<Inf = Record<string, any>> = {
5454
isValidating: boolean;
5555
isModified: boolean;
5656
}>;
57-
handleChange: () => void;
57+
handleChange: () => any;
5858
handleSubmit: () => any;
5959
};
6060

0 commit comments

Comments
 (0)