web-component-stencil-test
Version:
Stencil Component Starter
5 lines (4 loc) • 362 B
JavaScript
import { p as patchBrowser, b as bootstrapLazy } from './core-5eb8cfa4.js';
patchBrowser().then(function (options) {
return 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);
});