@carbon/ibm-products
Version:
Carbon for IBM Products
9 lines (8 loc) • 349 B
TypeScript
export function useMoveActiveCell({ spreadsheetRef, activeCellCoordinates, containerHasFocus, createActiveCell, activeCellContent, isActiveHeaderCellChanged, }: {
spreadsheetRef: any;
activeCellCoordinates: any;
containerHasFocus: any;
createActiveCell: any;
activeCellContent: any;
isActiveHeaderCellChanged: any;
}): void;