UNPKG

react-intl-tel-input

Version:

Telephone input component. Rewrite intl-tel-input in React.js.

17 lines (14 loc) 221 B
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 }