UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

19 lines (18 loc) 486 B
import { h } from "@stencil/core"; export class TableContainer { render() { return h("slot", { key: 'ce50064c9ae8374171e0bff22332f71cfb1c00c5' }); } static get is() { return "utrecht-table-container"; } static get originalStyleUrls() { return { "$": ["table-container.scss"] }; } static get styleUrls() { return { "$": ["table-container.css"] }; } } //# sourceMappingURL=table-container.js.map