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