web-component-stencil-test
Version:
Stencil Component Starter
8 lines (7 loc) • 448 B
JavaScript
import { a as patchEsm, b as bootstrapLazy } from './core-5eb8cfa4.js';
var defineCustomElements = function (win, options) {
return patchEsm().then(function () {
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 };