We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f1a187 + 66e3eeb commit 34812c1Copy full SHA for 34812c1
index.d.ts
@@ -141,7 +141,9 @@ declare interface KR {
141
* Form valid event listener.
142
* @param callback - Callback
143
*/
144
- onFormValid: (callback: (FormValidCallBackProps) => void) => Promise<{ KR: KR }>
+ onFormValid: (
145
+ callback: (data: FormValidCallBackProps) => void
146
+ ) => Promise<{ KR: KR }>
147
/**
148
* Form submitted event listener.
149
0 commit comments