@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
JavaScript
import { h, Host } from "@stencil/core";
export class TableHeader {
render() {
return (h(Host, { key: 'c5bb707b76ded6cde128a98a1a9dd7735cd4eeb3', role: "rowgroup" }, h("slot", { key: 'c198a8ef32cfeff840a33e7501af188850605dc0' })));
}
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