drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
13 lines • 435 B
TypeScript
import React from 'react';
import { DateView } from '@mui/x-date-pickers';
import { GenericValue } from '../../@types';
type GridDateInputProps = {
field: string;
id: number | string;
value?: GenericValue;
column: object;
dateViews?: DateView[];
};
export declare const GridDateInput: ({ id, value, field, dateViews }: GridDateInputProps) => React.JSX.Element;
export {};
//# sourceMappingURL=GridDateInput.d.ts.map