UNPKG

element-ui-for-gov

Version:

element-ui for gov

17 lines (12 loc) 379 B
import { ElementUIComponentForGov } from './component' /** Radio Button Component */ export declare class ElRadioButton extends ElementUIComponentForGov { /** The form input value */ value: string /** The value of radio */ label: string | number /** Whether radio is disabled */ disabled: boolean /** Native 'name' attribute */ name: string }