@codeperate/app-asset
Version:
Codeperate App Asset
22 lines (16 loc) • 898 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-9f7d7390.js');
/*
Stencil Client Patch Esm v2.6.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["cdp-accordion-list.cjs",[[4,"cdp-accordion-list"]]],["cdp-menu-rematch.cjs",[[4,"cdp-menu-rematch",{"config":[16],"props":[32]}]]],["cdp-menu-store.cjs",[[4,"cdp-menu-store",{"config":[16]}]]],["cdp-modal-rematch.cjs",[[0,"cdp-modal-rematch",{"config":[16],"modals":[32],"markedClear":[32]}]]],["cdp-modal-store.cjs",[[0,"cdp-modal-store",{"config":[16],"markedClear":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;