import SectionHeader from "./SectionHeader.wrn" import TextLink from "./TextLink.wrn" component MarketingSectionHeader { props { id: string = "" eyebrow: string = "" title: string = "" description: string = "" align: string = "split" size: string = "default" color: string = "primary" actionLabel: string = "" actionHref: string = "" actionIcon: string = "" actionExternal: boolean = false class: string = "" } view {
{#if actionLabel} {/if}
} style { .wrn-marketing-section-header { width: 100%; min-width: 0; } } }