diff --git a/types/form.d.ts b/types/form.d.ts index b20d1c079..ffac7f7f1 100644 --- a/types/form.d.ts +++ b/types/form.d.ts @@ -57,7 +57,7 @@ export declare class ElForm extends ElementUIComponent { * * @param callback A callback to tell the validation result */ - validate (callback?: ValidateCallback): void + validate (callback?: ValidateCallback): any /** * Validate a certain form item