UNPKG

modern-hotkeys

Version:

<p align="center"> <img src="https://img.shields.io/npm/l/modern-hotkeys"> <img src="https://img.shields.io/npm/dt/modern-hotkeys"> <img src="https://img.shields.io/npm/v/modern-hotkeys"> <img src="https://img.shields.io/github/stars/pato12/modern-hotkeys

8 lines (7 loc) 193 B
export declare type LayoutKey = { value: string; withShift?: string; withAlt?: string; withShiftAlt?: string; }; export declare type KeyboardLayout = Record<string, LayoutKey>;