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.d.ts
17 lines
(14 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
interface
KeysStatic
{
UP:
38
DOWN:
40
ENTER:
13
ESC:
27
PLUS:
43
A:
65
Z:
90
SPACE:
32
TAB:
9
}
declare const KEYS:
KeysStatic
//
eslint-disable-next-line
import/prefer-default-export
export
{
KEYS
}