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) 706 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 DataListKey { render() { return (h("dt", { key: '493aabfb8a11ce574797fa0463d5b41b6dbbd122' }, h("slot", { key: '9d1ed04864df3c2ff6fe8fbed29f83cc9dbedcef' }))); } static get is() { return "utrecht-data-list-key"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["data-list-key.scss"] }; } static get styleUrls() { return { "$": ["data-list-key.css"] }; } } //# sourceMappingURL=data-list-key.js.map