UNPKG

@utrecht/web-component-library-stencil

Version:

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

25 lines (24 loc) 711 B
/** * @license EUPL-1.2 * Copyright (c) 2020-2024 Frameless B.V. * Copyright (c) 2021-2024 Gemeente Utrecht */ import { h } from "@stencil/core"; export class URLData { render() { return (h("span", { key: 'b5eae6c2843a401b1d8bacdd1d43f9a4829ddf60', class: "utrecht-url-data" }, h("slot", { key: 'aca53f589cf9da7ccd1da3f1dea2ce4af78390db' }))); } static get is() { return "utrecht-url-data"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["url-data.scss"] }; } static get styleUrls() { return { "$": ["url-data.css"] }; } } //# sourceMappingURL=url-data.js.map