@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
21 lines (17 loc) • 598 B
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
import { r as registerInstance, h, g as getElement } from './index-C4h1muVj.js';
const listCss = "slot-fb[hidden],slot[hidden]{display:initial !important}lar-list-item{margin:0.4rem 0}";
const ListItem = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return h("slot", { key: 'd99316604ee11f90ca81375df7b4ca9d9a2c7765' });
}
get el() { return getElement(this); }
};
ListItem.style = listCss;
export { ListItem as lar_list };
//# sourceMappingURL=lar-list.entry.js.map