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.

16 lines (13 loc) 216 B
type Key = | "TAB" | "ENTER" | "SPACE" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_RIGHT" | "HOME" | "END" | "ESC"; declare const KEY_CODE: Record<Key, number>; export default KEY_CODE;