Skip to content

Commit 05ca2d1

Browse files
iamkunisland205
authored andcommitted
Dropdown: update type file (ElemeFE#17550)
1 parent 2842399 commit 05ca2d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/dropdown.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ export declare class ElDropdown extends ElementUIComponent {
2424
/** Whether to hide menu after clicking menu-item */
2525
hideOnClick: boolean
2626

27+
/** Delay time before show a dropdown */
28+
showTimeout: number
29+
30+
/** Delay time before hide a dropdown */
31+
hideTimeout: number
32+
2733
/** Dropdown tabindex */
2834
tabindex: number
2935
}

0 commit comments

Comments
 (0)