scarhand-stencil-test
Version:
Stencil Component Starter
18 lines (14 loc) • 517 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-c8ab9065.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([["my-component",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]]], options);
});
};
export { defineCustomElements };