mirror of https://github.com/ElemeFE/element
fix types (#9242)
parent
0eba34b1f6
commit
a7998da10c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue