@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
20 lines (19 loc) • 767 B
TypeScript
export declare const TAB = "Tab";
export declare const ENTER = "Enter";
export declare const ESC = "Escape";
export declare const SPACE = " ";
export declare const BACKSPACE = "Backspace";
export declare const ALT = "Alt";
export declare const SHIFT = "Shift";
export declare const CONTROL = "Control";
export declare const PAUSE = "Pause";
export declare const END = "End";
export declare const HOME = "Home";
export declare const DELETE = "Delete";
export declare const PAGE_UP = "PageUp";
export declare const PAGE_DOWN = "PageDown";
export declare const ARROW_LEFT = "ArrowLeft";
export declare const ARROW_UP = "ArrowUp";
export declare const ARROW_RIGHT = "ArrowRight";
export declare const ARROW_DOWN = "ArrowDown";
export declare const SYSTEM_KEYS: string[];