UNPKG

@mui/x-data-grid

Version:

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

2 lines 150 B
import type { GridColTypeDef } from "../models/colDef/gridColDef.mjs"; export declare const GRID_BOOLEAN_COL_DEF: GridColTypeDef<boolean | null, any>;