drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
10 lines • 356 B
TypeScript
import React from 'react';
import { GridRenderEditCellParams } from '@mui/x-data-grid';
export declare const GridDecimalInput: (props: GridRenderEditCellParams & {
decimalPlaces?: number;
prefix?: string;
suffix?: string;
isCurrency?: boolean;
helperText?: string;
}) => React.JSX.Element;
//# sourceMappingURL=GridDecimalInput.d.ts.map