UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

20 lines (19 loc) 601 B
import { h, Host } from "@stencil/core"; export class TableBody { render() { return (h(Host, { key: '5b587398d0a4fe4990b9586ca66e37732db8e39c', role: "rowgroup" }, h("slot", { key: 'd2cd8378d577df4b549feb49bef8eea583ae1214' }))); } static get is() { return "utrecht-table-body"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["table-body.scss"] }; } static get styleUrls() { return { "$": ["table-body.css"] }; } } //# sourceMappingURL=table-body.js.map