@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
20 lines (19 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const KEY_CODE = {
TAB: 9,
ENTER: 13,
SPACE: 32,
ARROW_UP: 38,
ARROW_DOWN: 40,
ARROW_LEFT: 37,
ARROW_RIGHT: 39,
HOME: 36,
END: 35,
ESC: 27
};
var _default = KEY_CODE;
exports.default = _default;