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.

9 lines 342 B
import * as React from "react"; var CardSectionContext = /*#__PURE__*/React.createContext({ expandable: false, expanded: false, handleToggleSection: function handleToggleSection() {}, onKeyDownHandler: function onKeyDownHandler() {} }); CardSectionContext.displayName = "CardDeprecatedOrbitContext"; export default CardSectionContext;