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