<script>
export let createElement;
</script>
{#each createElement as node}
<span>{node}</span>
{/each}