UNPKG

react-keyboard-hook

Version:
4 lines (3 loc) 223 B
import { KeyMod } from './codes'; export declare const getCtrlKeysByPlatform: () => Record<string, 'metaKey' | 'ctrlKey'>; export declare const getActiveModMap: (bindings: number[]) => Record<keyof typeof KeyMod, boolean>;