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