stencil-quantum
Version:
Experience the quantum realm of stencil.
18 lines (14 loc) • 842 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-44d29459.js';
/*
Stencil Client Patch Esm v2.3.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return bootstrapLazy([["quantum-consumer",[[4,"quantum-consumer",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540]}]]],["quantum-display",[[0,"quantum-display",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"mapper":[16],"value":[32]}]]],["quantum-fetch",[[4,"quantum-fetch"]]],["quantum-provider",[[4,"quantum-provider",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"value":[8]}]]]], options);
});
};
export { defineCustomElements };