UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

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>;