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) 599 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 Body { render() { return h("slot", { key: '3ce9d330f587ae850baee2d58c1d48185814525a' }); } static get is() { return "utrecht-body"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["body.scss"] }; } static get styleUrls() { return { "$": ["body.css"] }; } } //# sourceMappingURL=body.js.map