@atlaskit/page-layout
Version:
A collection of components which let you compose an application's page layout.
10 lines (9 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getPageLayoutSlotCSSSelector = void 0;
var _constants = require("./constants");
var getPageLayoutSlotCSSSelector = exports.getPageLayoutSlotCSSSelector = function getPageLayoutSlotCSSSelector(slotName) {
return "[".concat(_constants.PAGE_LAYOUT_SLOT_SELECTOR, "='").concat(slotName, "']");
};