UNPKG

@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
import { h } from "@stencil/core"; export class Heading6 { render() { return (h("h6", { key: '8f433c64df8f80b06a1f887f026fdee236c3ef63' }, h("slot", { key: '4ccf77b8d7c571d1092caa8eb71de18710a5d848' }))); } static get is() { return "utrecht-heading-6"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["heading-6.scss"] }; } static get styleUrls() { return { "$": ["heading-6.css"] }; } } //# sourceMappingURL=heading-6.js.map