UNPKG

@join-com/rc-phone-input

Version:

React component for entering telephone numbers

17 lines 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Keys; (function (Keys) { Keys[Keys["UP"] = 38] = "UP"; Keys[Keys["DOWN"] = 40] = "DOWN"; Keys[Keys["RIGHT"] = 39] = "RIGHT"; Keys[Keys["LEFT"] = 37] = "LEFT"; Keys[Keys["ENTER"] = 13] = "ENTER"; Keys[Keys["ESC"] = 27] = "ESC"; Keys[Keys["PLUS"] = 43] = "PLUS"; Keys[Keys["A"] = 65] = "A"; Keys[Keys["Z"] = 90] = "Z"; Keys[Keys["SPACE"] = 32] = "SPACE"; Keys[Keys["BACKSPACE"] = 8] = "BACKSPACE"; })(Keys = exports.Keys || (exports.Keys = {})); //# sourceMappingURL=enums.js.map