@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
import { h } from "@stencil/core";
/**
* @license EUPL-1.2
* Copyright (c) 2020-2024 Frameless B.V.
* Copyright (c) 2021-2024 Gemeente Utrecht
*/
export class PageBody {
render() {
return (h("div", { key: '0b61045d9b41e0238eed59622f07fe3e8ee3e57e' }, h("slot", { key: '8a3ba5f7bcd45f704601c4ca5890416a0285b48c' })));
}
static get is() { return "utrecht-page-body"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["page-body.scss"]
};
}
static get styleUrls() {
return {
"$": ["page-body.css"]
};
}
}
//# sourceMappingURL=page-body.js.map