@carbon/ibm-products
Version:
Carbon for IBM Products
11 lines • 428 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;
//# sourceMappingURL=createCellSelectionArea.d.ts.map