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.

12 lines (11 loc) 301 B
"use strict"; exports.__esModule = true; exports.SIZES = exports.MAXIMUM_PAGES = void 0; const MAXIMUM_PAGES = 7; exports.MAXIMUM_PAGES = MAXIMUM_PAGES; let SIZES = /*#__PURE__*/function (SIZES) { SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; return SIZES; }({}); exports.SIZES = SIZES;