{#if child} {@render child({ props: mergedProps, ...monthSelectState.snippetProps })} {:else} {#if children} {@render children?.(monthSelectState.snippetProps)} {:else} {#each monthSelectState.monthItems as month (month.value)} {month.label} {/each} {/if} {/if}