@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 672 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-6be72d1f.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) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: '469478fa45676b4e90eec4863416323634709b2b', role: "rowgroup" }, h("slot", { key: 'cf9a264db4c777f302187b8c0630cbe2dd998da5' })));
}
};
TableFooter.style = UtrechtTableFooterStyle0;
export { TableFooter as utrecht_table_footer };
//# sourceMappingURL=utrecht-table-footer.entry.js.map