drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
8 lines • 339 B
TypeScript
import React from 'react';
import { GridRenderCellParams } from '@mui/x-data-grid';
export interface GridGenericInputProps extends GridRenderCellParams {
error?: boolean;
helperText?: string;
}
export declare function GridGenericInput(props: GridGenericInputProps): React.JSX.Element;
//# sourceMappingURL=GridGenericInput.d.ts.map