@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.
17 lines (16 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.TYPE_AS = void 0;
const TYPE_OPTIONS = {
PRIMARY: "primary",
SECONDARY: "secondary"
};
const TYPE_AS = {
TH: "th",
TD: "td"
};
exports.TYPE_AS = TYPE_AS;
var _default = TYPE_OPTIONS;
exports.default = _default;