@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 Heading3 {
render() {
return (h("h3", { key: 'f68577183f5776b0eaa550024e23b69c3c60c7a4' }, h("slot", { key: '86f4f70516d905b7692379d6e87e93be52280fcd' })));
}
static get is() { return "utrecht-heading-3"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["heading-3.scss"]
};
}
static get styleUrls() {
return {
"$": ["heading-3.css"]
};
}
}
//# sourceMappingURL=heading-3.js.map