{#if type === "h1"}
{componentText}
{:else if type === "h2"}
{componentText}
{:else if type === "h3"}
{componentText}
{:else if type === "h4"}
{componentText}
{:else if type === "h5"}
{componentText}
{:else if type === "h6"}
{componentText}
{/if}