UNPKG

focus-components-v3

Version:

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

9 lines (8 loc) 206 B
export default class Radio extends React.Component<{ label: string; name?: string; onChange?: (checked: boolean) => void; rawInputValue?: boolean; }, {}> { getValue(): boolean }