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