@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) • 572 B
JavaScript
import { h } from "@stencil/core";
export class Heading1 {
render() {
return (h("h1", { key: 'ae6d99911311d4fc6869e824c4b9b8ad6dcb26ad' }, h("slot", { key: 'db98c3b498bbc84bf2354e6a4cc8e01d80a0e422' })));
}
static get is() { return "utrecht-heading-1"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["heading-1.scss"]
};
}
static get styleUrls() {
return {
"$": ["heading-1.css"]
};
}
}
//# sourceMappingURL=heading-1.js.map