UNPKG

@mui/x-data-grid

Version:

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

5 lines 130 B
import { GridRowId } from "../gridRows.js"; export interface GridRowSelectionCheckboxParams { value: boolean; id: GridRowId; }