We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yun8711/element-ui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
el-submenu.d.ts•542 B
import { ElementUIComponent } from './component'
/** Submenu Component */
export declare class ElSubmenu extends ElementUIComponent {
/** Unique identification */
index: string | null
/** Delay time before showing a sub-menu */
showTimeout: number
/** Delay time before hiding a sub-menu */
hideTimeout: number
/** Custom class name for the popup menu */
popperClass: string
/** Whether the sub-menu is disabled */
disabled: boolean
/** Whether to append the popper menu to body */
popperAppendToBody: boolean
}