element-ui-for-gov
Version:
element-ui for gov
19 lines (13 loc) • 488 B
TypeScript
import { ElementUIComponentForGov } from './component'
export type RadioGroupSize = 'large' | 'small'
/** Radio Group Component */
export declare class ElRadioGroup extends ElementUIComponentForGov {
/** 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
}