UNPKG

@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.

18 lines (17 loc) 282 B
"use strict"; exports.__esModule = 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;