UNPKG

@mui/x-data-grid

Version:

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

8 lines (7 loc) 270 B
import { GridRowId } from './gridRows'; export type GridRowSelectionPropagation = { descendants?: boolean; parents?: boolean; }; export type GridInputRowSelectionModel = readonly GridRowId[] | GridRowId; export type GridRowSelectionModel = readonly GridRowId[];