UNPKG

@surveycake/rc

Version:

react component of surveycake

10 lines (9 loc) 270 B
/// <reference types="react" /> import { RadioProps as MUIRadioProps } from '@material-ui/core/Radio'; interface RadioProps extends MUIRadioProps { } declare const Radio: { (props: RadioProps): JSX.Element; displayName: string; }; export default Radio;