UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

18 lines (15 loc) 619 B
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ import { r as registerInstance, h } from './index-C4h1muVj.js'; const DoorContent = class { constructor(hostRef) { registerInstance(this, hostRef); } // @Event() click!: EventEmitter; // populates render() { return (h("lar-button", { key: '93cc3f285f340515a2282ea6bcc7a81e61304c88', disabled: this.disabled, color: this.color }, h("lar-translate", { key: 'b7184a58877ecd146aafbd61989216731d421f2b', t: this.value }))); } }; export { DoorContent as lar_door_content }; //# sourceMappingURL=lar-door-content.entry.js.map