UNPKG

web-component-stencil-test

Version:
14 lines (9 loc) 499 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const core = require('./core-deb059fa.js'); const defineCustomElements = (win, options) => { return core.patchEsm().then(() => { core.bootstrapLazy([["my-component.cjs",[[1,"my-component",{"first":[1],"middle":[1],"last":[1]}]]],["simple-button.cjs",[[1,"simple-button",{"showNbOfClick":[4,"show-click"],"theme":[1],"nbOfClicks":[32]}]]]], options); }); }; exports.defineCustomElements = defineCustomElements;