@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 746 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.js');
const tableFooterCss = ":host{--_utrecht-table-header-cell-z-index:5;z-index:3;display:table-footer-group}";
const UtrechtTableFooterStyle0 = tableFooterCss;
const TableFooter = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '024dc1106eb2413d649d9fed0fe656722bab870f', role: "rowgroup" }, index.h("slot", { key: 'b7d9b6ddeb265b7b21f6aa084f4c96eac773c185' })));
}
};
TableFooter.style = UtrechtTableFooterStyle0;
exports.utrecht_table_footer = TableFooter;
//# sourceMappingURL=utrecht-table-footer.cjs.entry.js.map