ednl-liftstatus-web-components
Version:
The EDNL LiftStatus web components
21 lines (15 loc) • 567 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-5047dacb.js');
const lsHistoryCss = ":host{display:block;font-family:var(--ls-font-family)}";
const LsHistory = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null, index.h("fieldset", null, index.h("legend", null, "ls-history")), index.h("slot", null)));
}
};
LsHistory.style = lsHistoryCss;
exports.ls_history = LsHistory;
//# sourceMappingURL=ls-history.cjs.entry.js.map