UNPKG

@mui/x-data-grid

Version:

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

3 lines (2 loc) 161 B
import { GridColDef } from '../../../models/colDef/gridColDef'; export declare const getDefaultCellValue: (colDef: GridColDef) => false | "" | null | undefined;