UNPKG

@mui/x-data-grid

Version:

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

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