@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
11 lines • 337 B
TypeScript
import type { KeyCode } from '@xyflow/system';
/**
* Hook for handling global key events.
*
* @internal
*/
export declare function useGlobalKeyHandler({ deleteKeyCode, multiSelectionKeyCode, }: {
deleteKeyCode: KeyCode | null;
multiSelectionKeyCode: KeyCode | null;
}): void;
//# sourceMappingURL=useGlobalKeyHandler.d.ts.map