UNPKG

mss_element_ui

Version:
14 lines (10 loc) 316 B
import { ElementUIComponent } from './component' /** Submenu Component */ export declare class ElSubmenu extends ElementUIComponent { /** Unique identification */ index: string /** Delay time before show a sub-menu */ showTimeout: number /** Delay time before hide a sub-menu */ hideTimeout: number }