@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 TableFooter {
render() {
return (h(Host, { key: '024dc1106eb2413d649d9fed0fe656722bab870f', role: "rowgroup" }, h("slot", { key: 'b7d9b6ddeb265b7b21f6aa084f4c96eac773c185' })));
}
static get is() { return "utrecht-table-footer"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["table-footer.scss"]
};
}
static get styleUrls() {
return {
"$": ["table-footer.css"]
};
}
}
//# sourceMappingURL=table-footer.js.map