UNPKG

@utrecht/web-component-library-stencil

Version:

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

21 lines (20 loc) 609 B
import { h } from "@stencil/core"; export class TableCaption { render() { // TODO: Associate with parent <utrecht-table> aria-labelledby attribute return h("slot", { key: '88705126388d55ce43b0e881fd04ea86635b3a19' }); } static get is() { return "utrecht-table-caption"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["table-caption.scss"] }; } static get styleUrls() { return { "$": ["table-caption.css"] }; } } //# sourceMappingURL=table-caption.js.map