UNPKG

@mui/x-data-grid

Version:

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

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