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) 726 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 DataListActions { render() { return (h("dd", { key: 'd01659ba29e577320cb664113a91d3bd046a44cf' }, h("slot", { key: 'cea8ab97d11ae9c14c74f81407974a4ab479da0b' }))); } static get is() { return "utrecht-data-list-actions"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["data-list-actions.scss"] }; } static get styleUrls() { return { "$": ["data-list-actions.css"] }; } } //# sourceMappingURL=data-list-actions.js.map