UNPKG

@mui/x-data-grid

Version:

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

4 lines (3 loc) 165 B
import { GridRowId } from './gridRows'; export declare type GridInputSelectionModel = GridRowId[] | GridRowId; export declare type GridSelectionModel = GridRowId[];