@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 Heading4 {
render() {
return (h("h4", { key: '49fafa5e86bacd0e46af5489d31da621facd5b3c' }, h("slot", { key: '14b0baa49df2ce65542b1ae0163f885579b720d1' })));
}
static get is() { return "utrecht-heading-4"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["heading-4.scss"]
};
}
static get styleUrls() {
return {
"$": ["heading-4.css"]
};
}
}
//# sourceMappingURL=heading-4.js.map