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