UNPKG

@rsksmart/rif-ui

Version:

Exposes common components to be re used in RIF projects

6 lines (5 loc) 226 B
import { FC } from 'react'; import { CheckboxProps as MUICheckboxProps } from '@material-ui/core'; export declare type CheckboxProps = MUICheckboxProps; declare const Checkbox: FC<CheckboxProps>; export default Checkbox;