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