@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 Heading5 {
render() {
return (h("h5", { key: '6876dec17145da2b2082a87e4f82f73cb9f2fb2c' }, h("slot", { key: '1f058e31a9566bc4f079920982375a42b3d01bfb' })));
}
static get is() { return "utrecht-heading-5"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["heading-5.scss"]
};
}
static get styleUrls() {
return {
"$": ["heading-5.css"]
};
}
}
//# sourceMappingURL=heading-5.js.map