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.
2 parents f458c85 + 5fa6dbf commit 682c300Copy full SHA for 682c300
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