UNPKG

@utrecht/web-component-library-stencil

Version:

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

24 lines (23 loc) 674 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 HTMLContent { render() { return (h("div", { key: 'aed7f26e7a30330f38010de7657669b83ba185bb', class: "utrecht-html" }, h("slot", { key: 'e36e58102d786bfe4f0d61cc94b4437d172a6497' }))); } static get is() { return "utrecht-html-content"; } static get originalStyleUrls() { return { "$": ["html-content.scss"] }; } static get styleUrls() { return { "$": ["html-content.css"] }; } } //# sourceMappingURL=html-content.js.map