UNPKG

shortcut-key-sensor

Version:
5 lines (4 loc) 283 B
/// <reference types="react" /> import { ShortcutProps } from './types'; export default function ShortcutKeySensor({ actions, children }: ShortcutProps): import("react").ReactNode; export declare const useShortcutKeySensor: (combinationKeys: string, callback: Function) => void;