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.

17 lines (13 loc) 288 B
var getBasis = function getBasis(basis) { return function (_ref) { var theme = _ref.theme; if (typeof basis === "undefined") { return null; } if (typeof basis === "function") { return basis(theme); } return basis; }; }; export default getBasis;