@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
20 lines (16 loc) • 632 B
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
;
var index = require('./index-B0SElCD3.js');
const DoorContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
// @Event() click!: EventEmitter; // populates
render() {
return (index.h("lar-button", { key: '93cc3f285f340515a2282ea6bcc7a81e61304c88', disabled: this.disabled, color: this.color }, index.h("lar-translate", { key: 'b7184a58877ecd146aafbd61989216731d421f2b', t: this.value })));
}
};
exports.lar_door_content = DoorContent;
//# sourceMappingURL=lar-door-content.entry.cjs.js.map