@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 596 B
JavaScript
import { h } from "@stencil/core";
export class Document {
render() {
return (h("div", { key: 'f808c23ddaa5f7d6d0234c06d3d0ba77ae97b870', class: "utrecht-document" }, h("slot", { key: '63499ba27483d49518259076575bc04a0f72d2d1' })));
}
static get is() { return "utrecht-document"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["document.scss"]
};
}
static get styleUrls() {
return {
"$": ["document.css"]
};
}
}
//# sourceMappingURL=document.js.map