import Row from "./Row"; type RowSelectionChangeProps = { row: Row; isSelected: boolean; selectedRows: Set; }; export default RowSelectionChangeProps;