@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) • 688 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 Mark {
render() {
return (h("mark", { key: 'a793458821099962fbb9cbe815c81d84fd3ce039', class: "utrecht-mark" }, h("slot", { key: '1b5cff7a85ec1fca18dda787ed20396c35641d6e' })));
}
static get is() { return "utrecht-mark"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["mark.scss"]
};
}
static get styleUrls() {
return {
"$": ["mark.css"]
};
}
}
//# sourceMappingURL=mark.js.map