@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
21 lines (17 loc) • 567 B
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
;
var index = require('./index-B0SElCD3.js');
const DebugContent = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return [
index.h("div", { key: '40dcb38cc71eeb010f3c81b9f6c69a122f525e62' }, index.h("pre", { key: '7d75f48dff117f6dcce647124ff4205dce30d09d' }, JSON.stringify(this.text, null, 2)))
];
}
};
exports.lar_debug_content = DebugContent;
//# sourceMappingURL=lar-debug-content.entry.cjs.js.map