@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) • 712 B
JavaScript
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
import { h } from "@stencil/core";
export class DataListItem {
render() {
return (h("div", { key: '5b01eea70ee32dbc8b7647e09e151b6e08358a47' }, h("slot", { key: '52b10b374dc85fbcb3fea571a28923d730978a44' })));
}
static get is() { return "utrecht-data-list-item"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["data-list-item.scss"]
};
}
static get styleUrls() {
return {
"$": ["data-list-item.css"]
};
}
}
//# sourceMappingURL=data-list-item.js.map