client/packages/hotkeys/src/index.ts
Alois 85633a1c81
Some checks failed
/ build-web (push) Successful in 7m53s
/ build-desktop (linux) (push) Successful in 12m24s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
(feat): add hotkeys
2026-08-02 01:10:05 +02:00

14 lines
346 B
TypeScript

export { HotkeysProvider, useHotkey, useHotkeysContext } from "./context";
export {
defineHotkey,
getHotkeyDefinitions,
normalizeHotkeyOverrides,
toElectronAccelerator,
useHotkeyDefinitions,
type HotkeyDefinition,
} from "./registry";
export {
formatForDisplay,
useHotkeyRecorder,
type Hotkey,
} from "@tanstack/react-hotkeys";