UNPKG

@jsonforms/material-renderers

Version:

Material Renderer Set for JSON Forms

9 lines (8 loc) 334 B
import React from 'react'; import { CellProps, WithClassname } from '@jsonforms/core'; import { InputProps } from '@mui/material'; interface MuiCheckboxInputProps { inputProps?: InputProps['inputProps']; } export declare const MuiCheckbox: React.NamedExoticComponent<CellProps & WithClassname & MuiCheckboxInputProps>; export {};