@wix/design-system
Version:
@wix/design-system
17 lines (16 loc) • 764 B
JavaScript
;
exports.__esModule = true;
var _exportNames = {
MarketingPageLayoutContent: true
};
exports.MarketingPageLayoutContent = void 0;
var _MarketingPageLayoutContent = require("./MarketingPageLayoutContent");
exports.MarketingPageLayoutContent = _MarketingPageLayoutContent.MarketingPageLayoutContent;
var _MarketingPageLayoutContent2 = require("./MarketingPageLayoutContent.types");
Object.keys(_MarketingPageLayoutContent2).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _MarketingPageLayoutContent2[key]) return;
exports[key] = _MarketingPageLayoutContent2[key];
});
//# sourceMappingURL=index.js.map