@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 Heading2 {
render() {
return (h("h2", { key: '495f19b93781a49a15a907a45eabe44af7954e2d' }, h("slot", { key: 'e5a2baf3d2380da0c65bda613bcaa0b59b5eff32' })));
}
static get is() { return "utrecht-heading-2"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["heading-2.scss"]
};
}
static get styleUrls() {
return {
"$": ["heading-2.css"]
};
}
}
//# sourceMappingURL=heading-2.js.map