@gf-ui/components
Version:
17 lines (12 loc) • 377 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d66348cc.js');
const GfButtonGroup = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { class: "gf-button-group" }, index.h("slot", null)));
}
};
exports.gf_button_group = GfButtonGroup;