@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: '469478fa45676b4e90eec4863416323634709b2b', role: "rowgroup" }, h("slot", { key: 'cf9a264db4c777f302187b8c0630cbe2dd998da5' })));
}
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