Dropdown: update type file (#17550)

pull/17926/head
iamkun 2019-10-31 15:06:04 +08:00 committed by Zhi Cun
parent 2842399eb7
commit 05ca2d1bae
1 changed files with 6 additions and 0 deletions

6
types/dropdown.d.ts vendored
View File

@ -24,6 +24,12 @@ export declare class ElDropdown extends ElementUIComponent {
/** Whether to hide menu after clicking menu-item */
hideOnClick: boolean
/** Delay time before show a dropdown */
showTimeout: number
/** Delay time before hide a dropdown */
hideTimeout: number
/** Dropdown tabindex */
tabindex: number
}