ednl-liftstatus-web-components
Version:
The EDNL LiftStatus web components
17 lines (13 loc) • 532 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-e0592687.js';
const lsStatusHistoryCss = ":host{display:block;font-family:var(--ls-font-family)}";
const LsStatusHistory = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, null, h("fieldset", null, h("legend", null, "ls-status-history")), h("slot", null)));
}
};
LsStatusHistory.style = lsStatusHistoryCss;
export { LsStatusHistory as ls_status_history };
//# sourceMappingURL=ls-status-history.entry.js.map