@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.
18 lines (17 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TOKENS = exports.TYPE_OPTIONS = void 0;
var TYPE_OPTIONS = {
BUTTON_LOADER: "buttonLoader",
SEARCH_LOADER: "searchLoader",
BOX_LOADER: "boxLoader",
PAGE_LOADER: "pageLoader"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
var TOKENS = {
ALIGN: "align",
HEIGHT: "height"
};
exports.TOKENS = TOKENS;