import { GridRowId } from './gridRows';
export type GridInputRowSelectionModel = GridRowId[] | GridRowId;
export type GridRowSelectionModel = GridRowId[];
