@carbon/ibm-products
Version:
Carbon for IBM Products
11 lines (10 loc) • 375 B
TypeScript
export function createCellSelectionArea({ ref, area, blockClass, defaultColumn, selectionAreas, setSelectionAreas, setActiveCellInsideSelectionArea, visibleColumns, }: {
ref: any;
area: any;
blockClass: any;
defaultColumn: any;
selectionAreas: any;
setSelectionAreas: any;
setActiveCellInsideSelectionArea: any;
visibleColumns: any;
}): void;