@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-593361c2.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: 'da4d1a97f30b169c4404189e2ea54252b1a24b9e', role: "rowgroup" }, h("slot", { key: '50b76d072d7cd62b9662307a6a9efeae08468ff6' })));
}
};
TableBody.style = UtrechtTableBodyStyle0;
export { TableBody as utrecht_table_body };
//# sourceMappingURL=utrecht-table-body.entry.js.map