@carbon/ibm-products
Version:
Carbon for IBM Products
10 lines (9 loc) • 330 B
TypeScript
export function selectAllCells({ activeCellCoordinates, columns, setCurrentMatcher, setSelectionAreas, ref, rows, updateActiveCellCoordinates, }: {
activeCellCoordinates: any;
columns: any;
setCurrentMatcher: any;
setSelectionAreas: any;
ref: any;
rows: any;
updateActiveCellCoordinates: any;
}): any;