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.

25 lines (24 loc) 517 B
export declare enum ALIGN_OPTIONS { START = "start", END = "end", LEFT = "left", CENTER = "center", RIGHT = "right" } export declare enum ALIGN_V_OPTIONS { BASELINE = "baseline", SUB = "sub", SUPER = "super", TEXT_TOP = "text-top", TEXT_BOTTOM = "text-bottom", MIDDLE = "middle", TOP = "top", BOTTOM = "bottom" } export declare enum WHITE_SPACE { NORMAL = "normal", NOWRAP = "nowrap", PRE = "pre", PRE_LINE = "pre-line", PRE_WRAP = "pre-wrap" }