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