@carbon/ibm-products
Version:
Carbon for IBM Products
11 lines (10 loc) • 448 B
TypeScript
export function useSpreadsheetOutsideClick({ isBlurSpreadsheet, spreadsheetRef, blockClass, setActiveCellCoordinates, setSelectionAreas, removeActiveCell, setContainerHasFocus, removeCellEditor, }: {
isBlurSpreadsheet: any;
spreadsheetRef: any;
blockClass?: string | undefined;
setActiveCellCoordinates: any;
setSelectionAreas: any;
removeActiveCell: any;
setContainerHasFocus: any;
removeCellEditor: any;
}): void;