UNPKG

@mui/x-data-grid

Version:

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

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