UNPKG

ionic-angular

Version:

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

11 lines (10 loc) 149 B
export declare enum Key { LEFT = 37, UP = 38, RIGHT = 39, DOWN = 40, ENTER = 13, ESCAPE = 27, SPACE = 32, TAB = 9, }