UNPKG

@mui/x-data-grid

Version:

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

3 lines 198 B
import type { GridColDef } from "../models/colDef/gridColDef.mjs"; export declare const GRID_CHECKBOX_SELECTION_FIELD = "__check__"; export declare const GRID_CHECKBOX_SELECTION_COL_DEF: GridColDef;