stencil-quantum
Version:
Experience the quantum realm of stencil.
22 lines (16 loc) • 936 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-059fa27d.js');
/*
Stencil Client Patch Esm v2.3.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([["quantum-consumer.cjs",[[4,"quantum-consumer",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540]}]]],["quantum-display.cjs",[[0,"quantum-display",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"mapper":[16],"value":[32]}]]],["quantum-fetch.cjs",[[4,"quantum-fetch"]]],["quantum-provider.cjs",[[4,"quantum-provider",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"value":[8]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;