@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 (8 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const shouldUseFlex = props => props.flex || Object.keys(props).map(item => !(item === "children" || item === "spaceAfter" || item === "spacing" || item === "dataTest")).indexOf(true) !== -1;
var _default = shouldUseFlex;
exports.default = _default;