mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Chore: declare focus method in form component types (#10221)
This commit is contained in:
5
types/autocomplete.d.ts
vendored
5
types/autocomplete.d.ts
vendored
@@ -50,4 +50,9 @@ export declare class ElAutocomplete extends ElementUIComponent {
|
||||
|
||||
/** Whether show suggestions when input focus */
|
||||
triggerOnFocus: boolean
|
||||
|
||||
/**
|
||||
* Focus the Input component
|
||||
*/
|
||||
focus (): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user