@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
19 lines (16 loc) • 732 B
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
import { r as registerInstance, h } from './index-C4h1muVj.js';
const TwoNCommanderDoorContent = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return [
h("lar-button", { key: '138b86f22725270ff98c416f6b1d3cc90c071349', disabled: this.disabled, color: this.color }, h("lar-icon", { key: '985ff93a3284d454c314d9e3ed1309f08ef6a530', icon: this.icon }), " ", h("lar-translate", { key: 'ad88df06b13623b499081a9ca49ae2ff6f8179b8', t: this.value }))
];
}
};
export { TwoNCommanderDoorContent as lar_2n_commander_door_content };
//# sourceMappingURL=lar-2n-commander-door-content.entry.js.map