@carbon/ibm-products
Version:
Carbon for IBM Products
8 lines (7 loc) • 338 B
TypeScript
export function handleActiveCellInSelectionEnter({ activeCellInsideSelectionArea, activeCellCoordinates, activeCellRef, selectionAreas, updateActiveCellCoordinates, }: {
activeCellInsideSelectionArea: any;
activeCellCoordinates: any;
activeCellRef: any;
selectionAreas: any;
updateActiveCellCoordinates: any;
}): any;