UNPKG

@reactodia/workspace

Version:

Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.

6 lines 302 B
import { type HotkeyString } from '../coreUtils/hotkey'; export interface CanvasHotkey { readonly text: string; } export declare function useCanvasHotkey(hotkey: HotkeyString | undefined | null, action: (() => void) | undefined): CanvasHotkey | undefined; //# sourceMappingURL=canvasHotkey.d.ts.map