@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 (10 loc) • 422 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = require("styled-components");
var _layout = require("../../layout");
const getDisplay = (inline, force) => (0, _styledComponents.css)(["display:", ";"], ((0, _layout.isDefined)(inline) || force) && (inline ? "inline-grid" : "grid"));
var _default = getDisplay;
exports.default = _default;