UNPKG

focus-components-v3

Version:

Focus web components to build applications (based on Material Design)

11 lines (10 loc) 287 B
export default class SelectRadio extends React.Component<{ disabled?: boolean; labelKey?: string; onChange?: (value: string | number) => void; rawInputValue?: string | number; valueKey?: string; values: {}[]; }, {}> { getValue(): string | number; }