UNPKG

@surveycake/rc

Version:

react component of surveycake

5 lines (4 loc) 153 B
import { FC } from 'react'; import { MuiCheckboxProps } from './types'; declare const MuiCheckbox: FC<MuiCheckboxProps>; export default MuiCheckbox;