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-option.d.ts•314 B
import { ElementUIComponent } from './component'
/** Dropdown Select Option Component */
export declare class ElOption extends ElementUIComponent {
/** Value of option */
value: any
/** Label of option, same as value if omitted */
label: string
/** Whether option is disabled */
disabled: boolean
}