import { GridRowId } from '../gridRows';
export interface GridRowSelectionCheckboxParams {
    value: boolean;
    id: GridRowId;
}
