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.

16 lines (15 loc) 445 B
"use strict"; exports.__esModule = true; exports.TYPE_OPTIONS = exports.TYPE_AS = void 0; let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) { TYPE_OPTIONS["PRIMARY"] = "primary"; TYPE_OPTIONS["SECONDARY"] = "secondary"; return TYPE_OPTIONS; }({}); exports.TYPE_OPTIONS = TYPE_OPTIONS; let TYPE_AS = /*#__PURE__*/function (TYPE_AS) { TYPE_AS["TH"] = "th"; TYPE_AS["TD"] = "td"; return TYPE_AS; }({}); exports.TYPE_AS = TYPE_AS;