UNPKG

ednl-liftstatus-web-components

Version:
21 lines (15 loc) 618 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-5047dacb.js'); const lsStatusHistoryCss = ":host{display:block;font-family:var(--ls-font-family)}"; const LsStatusHistory = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, null, index.h("fieldset", null, index.h("legend", null, "ls-status-history")), index.h("slot", null))); } }; LsStatusHistory.style = lsStatusHistoryCss; exports.ls_status_history = LsStatusHistory; //# sourceMappingURL=ls-status-history.cjs.entry.js.map