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.

13 lines (12 loc) 231 B
export declare enum ALIGNS { START = "start", END = "end", CENTER = "center" } export declare enum JUSTIFY { START = "start", END = "end", CENTER = "center", BETWEEN = "between", AROUND = "around" }