UNPKG

ednl-liftstatus-web-components

Version:
17 lines (13 loc) 481 B
import { r as registerInstance, h, H as Host } from './index-e0592687.js'; const lsHistoryCss = ":host{display:block;font-family:var(--ls-font-family)}"; const LsHistory = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h(Host, null, h("fieldset", null, h("legend", null, "ls-history")), h("slot", null))); } }; LsHistory.style = lsHistoryCss; export { LsHistory as ls_history }; //# sourceMappingURL=ls-history.entry.js.map