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.

21 lines (17 loc) 564 B
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); const defaultContext = { basis: 0, hasError: false, desktopRadio: false, isContent: false }; const PricingTableContext = /*#__PURE__*/React.createContext(defaultContext); PricingTableContext.displayName = "PricingTableOrbitContext"; var _default = PricingTableContext; exports.default = _default;