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) 591 B
import { h, Host } from "@stencil/core"; export class TableRow { render() { return (h(Host, { key: '2549a7162397aa0ee06ce69c35a39af2f9700632', role: "row" }, h("slot", { key: 'd9d10eb4ef268e425f8d627602e6dcba7d9a7386' }))); } static get is() { return "utrecht-table-row"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["table-row.scss"] }; } static get styleUrls() { return { "$": ["table-row.css"] }; } } //# sourceMappingURL=table-row.js.map