@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.
10 lines • 371 B
JavaScript
export let SPACINGS_AFTER = /*#__PURE__*/function (SPACINGS_AFTER) {
SPACINGS_AFTER["NONE"] = "none";
SPACINGS_AFTER["SMALLEST"] = "smallest";
SPACINGS_AFTER["SMALL"] = "small";
SPACINGS_AFTER["NORMAL"] = "normal";
SPACINGS_AFTER["MEDIUM"] = "medium";
SPACINGS_AFTER["LARGE"] = "large";
SPACINGS_AFTER["LARGEST"] = "largest";
return SPACINGS_AFTER;
}({});