UNPKG
ngx-tags
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
To install this library, run:
github.com/WaseemBepari/ngxTags
WaseemBepari/ngxTags
ngx-tags
/
lib
/
constants
/
keyCode.d.ts
9 lines
(8 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export declare const keyCodeConstant: { UP: string; DOWN: string;
LEFT
: string;
RIGHT
: string; ESC: string; ENTER: string; };