UNPKG

@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
import { h, Host } from "@stencil/core"; export class TableCell { render() { return (h(Host, { key: 'e57f2f40e56e2e02a10a20656eb2bc8a73ca9df3', role: "cell" }, h("slot", { key: '3e82c13861946377e2ed3fae80142e4403ec8345' }))); } 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