UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

24 lines (23 loc) 752 B
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ import { h } from "@stencil/core"; export class NodelinkedComponents { render() { return (h("lar-list-header", { key: 'ac2fcdf61b50c7b8d09b100a9f062e3228427804' }, h("lar-translate", { key: 'bd3ba63e0b9ceff83c3b8e5758f27bf441762d00', t: "node.linkednodes" }))); } static get is() { return "lar-node-linked-components"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["node.scss"] }; } static get styleUrls() { return { "$": ["node.css"] }; } static get elementRef() { return "el"; } } //# sourceMappingURL=lar-node-linked-components.js.map