@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.
14 lines • 395 B
JavaScript
export let ALIGNS = /*#__PURE__*/function (ALIGNS) {
ALIGNS["START"] = "start";
ALIGNS["END"] = "end";
ALIGNS["CENTER"] = "center";
return ALIGNS;
}({});
export let JUSTIFY = /*#__PURE__*/function (JUSTIFY) {
JUSTIFY["START"] = "start";
JUSTIFY["END"] = "end";
JUSTIFY["CENTER"] = "center";
JUSTIFY["BETWEEN"] = "between";
JUSTIFY["AROUND"] = "around";
return JUSTIFY;
}({});