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-group.d.ts•280 B
import { ElementUIComponent } from './component'
/** Dropdown Select Option Group Component */
export declare class ElOptionGroup extends ElementUIComponent {
/** Name of the group */
label: string
/** Whether to disable all options in this group */
disabled: boolean
}