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