@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.
13 lines (9 loc) • 306 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _layout = require("../../utils/layout");
const getDisplay = inline => (0, _layout.isDefined)(inline) && (inline ? "inline-flex" : "flex");
var _default = getDisplay;
exports.default = _default;