@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) • 715 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-df3f0e01.js');
const tableBodyCss = ":host{--_utrecht-table-header-cell-z-index:2;display:table-row-group}";
const UtrechtTableBodyStyle0 = tableBodyCss;
const TableBody = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '5b587398d0a4fe4990b9586ca66e37732db8e39c', role: "rowgroup" }, index.h("slot", { key: 'd2cd8378d577df4b549feb49bef8eea583ae1214' })));
}
};
TableBody.style = UtrechtTableBodyStyle0;
exports.utrecht_table_body = TableBody;
//# sourceMappingURL=utrecht-table-body.cjs.entry.js.map