UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

9 lines 256 B
export const KEY_LEFT = 37; export const KEY_UP = 38; export const KEY_RIGHT = 39; export const KEY_DOWN = 40; export const KEY_ENTER = 13; export const KEY_ESCAPE = 27; export const KEY_SPACE = 32; export const KEY_TAB = 9; //# sourceMappingURL=key.js.map