UNPKG

@surveycake/rc

Version:

react component of surveycake

4 lines (3 loc) 176 B
import { RadioGroupProps } from '@material-ui/core/RadioGroup'; export interface MuiRadioGroupProps extends Pick<RadioGroupProps, 'defaultValue' | 'onChange' | 'value'> { }