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-radio.d.ts•413 B
import { ElementUIComponent } from './component'
/** Radio Component */
export declare class ElRadio extends ElementUIComponent {
/** The form input value */
value: string
/** The value of radio */
label: string | number | boolean
/** Whether radio is disabled */
disabled: boolean
/** Whether to add a border around Radio */
border: boolean
/** Native 'name' attribute */
name: string
}