UNPKG

cosmo-ui

Version:
11 lines (9 loc) 217 B
import { StylableComponent } from '.' export interface RadioButtonProps extends StylableComponent { isSelected: boolean name: string label: string value: any img: string onChange: () => any }