UNPKG
react-intl-tel-input-18
Version:
latest (0.0.0)
0.0.0
Telephone input component. Rewrite intl-tel-input in React.js.
patw0929/react-intl-tel-input
react-intl-tel-input-18
/
dist
/
components
/
constants.js
18 lines
(17 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
KEYS
=
void
0
;
var
KEYS
= {
UP
:
38
,
DOWN
:
40
,
ENTER
:
13
,
ESC
:
27
,
PLUS
:
43
,
A
:
65
,
Z
:
90
,
SPACE
:
32
,
TAB
:
9
};
exports
.
KEYS
=
KEYS
;