UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

6 lines (5 loc) 350 B
import { GridColTypeDef, GridValueFormatter } from '../models/colDef/gridColDef'; export declare const gridDateFormatter: GridValueFormatter; export declare const gridDateTimeFormatter: GridValueFormatter; export declare const GRID_DATE_COL_DEF: GridColTypeDef<Date, string>; export declare const GRID_DATETIME_COL_DEF: GridColTypeDef<Date, string>;