@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-593361c2.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: '024dc1106eb2413d649d9fed0fe656722bab870f', role: "rowgroup" }, h("slot", { key: 'b7d9b6ddeb265b7b21f6aa084f4c96eac773c185' })));
}
};
TableFooter.style = UtrechtTableFooterStyle0;
export { TableFooter as utrecht_table_footer };
//# sourceMappingURL=utrecht-table-footer.entry.js.map