@diondre27/smart-components
Version:
Smart Web Components
14 lines (9 loc) • 435 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const core = require('./core-3bf196d3.js');
const defineCustomElements = (win, options) => {
return core.patchEsm().then(() => {
core.bootstrapLazy([["smart-button_2.cjs",[[0,"smart-button",{"buttonText":[1,"button-text"]}],[1,"smart-icon",{"icon":[1],"svgContent":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;