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.

7 lines (6 loc) 281 B
var shouldUseFlex = function shouldUseFlex(props) { return props.flex || Object.keys(props).map(function (item) { return !(item === "children" || item === "spaceAfter" || item === "spacing" || item === "dataTest"); }).indexOf(true) !== -1; }; export default shouldUseFlex;