Commit 05ca2d1b authored by iamkun's avatar iamkun Committed by Zhi Cun

Dropdown: update type file (#17550)

parent 2842399e
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment