{#if child} {@render child({ props: mergedProps, ...yearSelectState.snippetProps })} {:else} {#if children} {@render children?.(yearSelectState.snippetProps)} {:else} {#each yearSelectState.yearItems as year (year.value)} {year.label} {/each} {/if} {/if}