UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

7 lines 357 B
import type { ComponentType } from 'react'; import type { CheckboxProps as MuiCheckboxProps } from '@mui/material'; import type { CheckboxProps } from '../../decs'; type CheckboxStyledPropsType = CheckboxProps & MuiCheckboxProps; export declare const Checkbox: ComponentType<CheckboxStyledPropsType>; export {}; //# sourceMappingURL=Checkbox.styled.d.ts.map