@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) • 591 B
JavaScript
import { h, Host } from "@stencil/core";
export class TableRow {
render() {
return (h(Host, { key: 'aee29755a992b5474d573c384d871be54c30a402', role: "row" }, h("slot", { key: 'ba08000e6008dbda42e255d5d6c53bc88d3fe0ca' })));
}
static get is() { return "utrecht-table-row"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["table-row.scss"]
};
}
static get styleUrls() {
return {
"$": ["table-row.css"]
};
}
}
//# sourceMappingURL=table-row.js.map