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 f458c85 commit 5fa6dbfCopy full SHA for 5fa6dbf
lib/index.d.ts
@@ -54,8 +54,8 @@ type FormState<Inf = Record<string, any>> = {
54
isValidating: boolean;
55
isModified: boolean;
56
}>;
57
- handleChange: () => any;
58
- handleSubmit: () => any;
+ handleChange: (event: Event) => any;
+ handleSubmit: (event: Event) => any;
59
};
60
61
declare function createForm<Inf = Record<string, any>>(formProps: {
0 commit comments