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.

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