UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

6 lines (5 loc) 132 B
import { GridRowId } from '../gridRows'; export interface GridRowSelectionCheckboxParams { value: boolean; id: GridRowId; }