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.

5 lines (4 loc) 298 B
export type Property = number | boolean | string | Record<string, string>; export type Direction = "row" | "column" | "row-reverse" | "column-reverse"; export type Align = "start" | "center" | "end" | "stretch" | "baseline"; export type Justify = "start" | "end" | "center" | "between" | "around";