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.

15 lines (14 loc) 286 B
"use strict"; exports.__esModule = 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;