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-group.d.ts•458 B
import { ElementUIComponent } from './component'
export type RadioGroupSize = 'large' | 'small'
/** Radio Group Component */
export declare class ElRadioGroup extends ElementUIComponent {
/** The size of radio buttons */
size: RadioGroupSize
/** Border and background color when button is active */
fill: string
/** Whether the nesting radios are disabled */
disabled: boolean
/** Font color when button is active */
textColor: string
}