parent
cd467abf18
commit
4331a577ec
|
@ -153,7 +153,7 @@ export declare class FormModel extends AntdComponent {
|
|||
* and an object containing all fields that fail the validation. Returns a promise if callback is omitted
|
||||
* @type Function
|
||||
*/
|
||||
validate: (callback?: (boolean: Boolean, object: Object) => void) => void | Promise<any>;
|
||||
validate: (callback?: (boolean: boolean, object: Object) => void) => void | Promise<any>;
|
||||
|
||||
/**
|
||||
* validate one or several form items
|
||||
|
|
Loading…
Reference in New Issue