drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
8 lines • 335 B
TypeScript
import { JSX } from 'react';
import { GridRenderEditCellParams } from '@mui/x-data-grid';
import { SxProps, Theme } from '@mui/material/styles';
export declare function BooleanInputCell(props: GridRenderEditCellParams & {
sx?: SxProps<Theme>;
helperText?: string;
}): JSX.Element;
//# sourceMappingURL=BooleanInputCell.d.ts.map