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