UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

5 lines (4 loc) 253 B
import { CheckboxProps } from '@material-ui/core'; export declare type CheckboxColor = 'primary' | 'secondary' | 'default'; export declare type CheckboxEdge = CheckboxProps['edge']; export declare type ICheckboxProps = Omit<CheckboxProps, 'translate'>;