@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) • 641 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-6be72d1f.js';
const tableBodyCss = ":host{--_utrecht-table-header-cell-z-index:2;display:table-row-group}";
const UtrechtTableBodyStyle0 = tableBodyCss;
const TableBody = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: '5b587398d0a4fe4990b9586ca66e37732db8e39c', role: "rowgroup" }, h("slot", { key: 'd2cd8378d577df4b549feb49bef8eea583ae1214' })));
}
};
TableBody.style = UtrechtTableBodyStyle0;
export { TableBody as utrecht_table_body };
//# sourceMappingURL=utrecht-table-body.entry.js.map