@diondre27/smart-components
Version:
Smart Web Components
8 lines (7 loc) • 381 B
JavaScript
import { a as patchEsm, b as bootstrapLazy } from './core-7cea914b.js';
var defineCustomElements = function (win, options) {
return patchEsm().then(function () {
bootstrapLazy([["smart-button_2", [[0, "smart-button", { "buttonText": [1, "button-text"] }], [1, "smart-icon", { "icon": [1], "svgContent": [32] }]]]], options);
});
};
export { defineCustomElements };