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.

11 lines (9 loc) 290 B
import * as React from "react"; import Hide from "../Hide"; var Desktop = function Desktop(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement(Hide, { on: ["smallMobile", "mediumMobile", "largeMobile", "tablet"] }, children); }; export default Desktop;