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