UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

5 lines (4 loc) 220 B
import { getHotkeyHandler } from "./parse-hotkey"; export { getHotkeyHandler }; export declare type HotkeyItem = [string, (event: KeyboardEvent) => void]; export declare function useHotkeys(hotkeys: HotkeyItem[]): void;