;
}
@@ -89,6 +91,7 @@
lightBackground = '#f5f5f5',
darkBackground = '#121212',
appSlider,
+ headerControls,
translations = {},
}: Props = $props();
@@ -220,6 +223,12 @@
class="flex min-h-screen flex-col justify-between"
style="background-color: {getPageBackground()}; max-width: 100vw; overflow-x: hidden;"
>
+ {#if headerControls}
+
+ {@render headerControls()}
+
+ {/if}
+