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.

4 lines (3 loc) 192 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;