{#snippet children({ item })}
{/snippet}
{#if editorKind == 'plain'}
{:else if editorKind == 'json'}
{#await import('$lib/components/SimpleEditor.svelte')}
{:then Module}
{/await}
{:else if editorKind == 'yaml'}
{#await import('$lib/components/SimpleEditor.svelte')}
{:then Module}
{/await}
{/if}