UNPKG

react-design-editor

Version:

Design Editor Tools with React.js + ant.design + fabric.js

20 lines (19 loc) 777 B
export declare const ESCAPE = "Escape"; export declare const DELETE = "Delete"; export declare const BACKSPACE = "Backspace"; export declare const EQUAL = "Equal"; export declare const MINUS = "Minus"; export declare const KEY_A = "KeyA"; export declare const KEY_Q = "KeyQ"; export declare const KEY_W = "KeyW"; export declare const KEY_C = "KeyC"; export declare const KEY_V = "KeyV"; export declare const KEY_Z = "KeyZ"; export declare const KEY_Y = "KeyY"; export declare const KEY_O = "KeyO"; export declare const KEY_P = "KeyP"; export declare const KEY_X = "KeyX"; export declare const ARROW_UP = "ArrowUp"; export declare const ARROW_DOWN = "ArrowDown"; export declare const ARROW_LEFT = "ArrowLeft"; export declare const ARROW_RIGHT = "ArrowRight";