UNPKG

@mui/x-data-grid

Version:

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

4 lines (3 loc) 155 B
import { GridRowId } from './gridRows'; export type GridInputRowSelectionModel = GridRowId[] | GridRowId; export type GridRowSelectionModel = GridRowId[];