UNPKG

@mui/x-data-grid

Version:

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

5 lines 352 B
import { GridColTypeDef, GridValueFormatter } from "../models/colDef/gridColDef.js"; 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>;