UNPKG

cosmo-ui

Version:
10 lines (8 loc) 261 B
import { Row, Divider } from '../web' import { StylableComponent, RadioOption } from '.' export interface RadioGroupProps extends StylableComponent { selected: RadioOption onChange: (value: any) => any options: RadioOption[] formName: string }