UNPKG

web-component-stencil-test

Version:
10 lines (7 loc) 410 B
import { a as patchEsm, b as bootstrapLazy } from './core-5eb8cfa4.js'; const defineCustomElements = (win, options) => { return patchEsm().then(() => { bootstrapLazy([["my-component",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["simple-button",[[1,"simple-button",{"showNbOfClick":[4,"show-click"],"theme":[1],"nbOfClicks":[32]}]]]], options); }); }; export { defineCustomElements };