{#if !hidden} {#if responsive.isMobileOrTablet}
{#snippet child({ props })} {/snippet}
CONTROLS
{#snippet child({ props })} {/snippet}
{#each typographySettingsStore.controls as control (control.id)} {/each}
{:else}
{#each typographySettingsStore.controls as control, i (control.id)}
{/each}
{/if} {/if}