{#if placeholder}
{#if typeof placeholder === 'string'}
{placeholder}
{:else if ['function', 'object'].includes(typeof placeholder)} {/if}
{/if}