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.

36 lines 849 B
export declare enum DIRECTIONS { ROW = "row", COLUMN = "column", ROWREVERSE = "row-reverse", COLUMNREVERSE = "column-reverse" } export declare enum ALIGNS { START = "start", END = "end", CENTER = "center", STRETCH = "stretch", BASELINE = "baseline" } export declare enum JUSTIFY { START = "start", END = "end", CENTER = "center", BETWEEN = "between", AROUND = "around" } export declare enum SPACINGS { NONE = "none", FIFTY = "50", ONE_HUNDRED = "100", ONE_HUNDRED_FIFTY = "150", TWO_HUNDRED = "200", THREE_HUNDRED = "300", FOUR_HUNDRED = "400", FIVE_HUNDRED = "500", SIX_HUNDRED = "600", EIGHT_HUNDRED = "800", ONE_THOUSAND = "1000", ONE_THOUSAND_TWO_HUNDRED = "1200", ONE_THOUSAND_SIX_HUNDRED = "1600" } //# sourceMappingURL=consts.d.ts.map