{#if showTitle=true}
{componentInfo.component.name}
{componentInfo.component.description || ""}
{/if} {#each propsDefinitionArray as propDef}
{#if propDef.type === "bool"}
{:else if propDef.type === "options"}
{:else}
{/if}
{/each}