@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-df3f0e01.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: '469478fa45676b4e90eec4863416323634709b2b', role: "rowgroup" }, index.h("slot", { key: 'cf9a264db4c777f302187b8c0630cbe2dd998da5' })));
}
};
TableFooter.style = UtrechtTableFooterStyle0;
exports.utrecht_table_footer = TableFooter;
//# sourceMappingURL=utrecht-table-footer.cjs.entry.js.map