UNPKG

razor-shared-library

Version:
8 lines (7 loc) 243 B
import { ReactElement } from 'react'; import { CheckboxProps } from '@mui/material/Checkbox'; interface Props { label?: string; } export declare function CheckboxCustom({ label, ...props }: CheckboxProps & Props): ReactElement; export {};