Chore: declare focus method in form component types (#10221)

This commit is contained in:
杨奕
2018-03-18 11:59:02 +08:00
committed by GitHub
parent 84bb3397cb
commit 3997df08fc
7 changed files with 35 additions and 0 deletions

View File

@@ -50,4 +50,9 @@ export declare class ElAutocomplete extends ElementUIComponent {
/** Whether show suggestions when input focus */
triggerOnFocus: boolean
/**
* Focus the Input component
*/
focus (): void
}