scarhand-stencil-test
Version:
Stencil Component Starter
22 lines (16 loc) • 599 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-27d5c080.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([["my-component.cjs",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;