UNPKG

rahulrsingh09-stenciltest2

Version:

Stencil Component Starter

18 lines (14 loc) 517 B
import { p as promiseResolve, b as bootstrapLazy } from './index-10717bce.js'; /* Stencil Client Patch Esm v2.0.3 | 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 };