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.

15 lines (13 loc) 201 B
// @flow type Key = | "TAB" | "ENTER" | "SPACE" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_RIGHT" | "HOME" | "END" | "ESC"; declare export default { [key: Key]: number };