UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

23 lines (18 loc) 594 B
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ 'use strict'; var index = require('./index-B0SElCD3.js'); const listCss = "slot-fb[hidden],slot[hidden]{display:initial !important}lar-list-item{margin:0.4rem 0}"; const ListItem = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return index.h("slot", { key: 'd99316604ee11f90ca81375df7b4ca9d9a2c7765' }); } get el() { return index.getElement(this); } }; ListItem.style = listCss; exports.lar_list = ListItem; //# sourceMappingURL=lar-list.entry.cjs.js.map