@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 601 B
JavaScript
import { h, Host } from "@stencil/core";
export class TableBody {
render() {
return (h(Host, { key: 'da4d1a97f30b169c4404189e2ea54252b1a24b9e', role: "rowgroup" }, h("slot", { key: '50b76d072d7cd62b9662307a6a9efeae08468ff6' })));
}
static get is() { return "utrecht-table-body"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["table-body.scss"]
};
}
static get styleUrls() {
return {
"$": ["table-body.css"]
};
}
}
//# sourceMappingURL=table-body.js.map