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.

10 lines 304 B
export let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) { TYPE_OPTIONS["PRIMARY"] = "primary"; TYPE_OPTIONS["SECONDARY"] = "secondary"; return TYPE_OPTIONS; }({}); export let TYPE_AS = /*#__PURE__*/function (TYPE_AS) { TYPE_AS["TH"] = "th"; TYPE_AS["TD"] = "td"; return TYPE_AS; }({});