We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd467ab commit 4331a57Copy full SHA for 4331a57
types/form-model/form.d.ts
@@ -153,7 +153,7 @@ export declare class FormModel extends AntdComponent {
153
* and an object containing all fields that fail the validation. Returns a promise if callback is omitted
154
* @type Function
155
*/
156
- validate: (callback?: (boolean: Boolean, object: Object) => void) => void | Promise<any>;
+ validate: (callback?: (boolean: boolean, object: Object) => void) => void | Promise<any>;
157
158
/**
159
* validate one or several form items
0 commit comments