chore: missing default for hidden

This commit is contained in:
Alexander Daichendt 2022-07-26 22:11:34 +02:00
parent f18cdf501a
commit 7cf2df923f

View file

@ -16,7 +16,7 @@
// svelte-ignore unused-export-let
export let keywords;
// svelte-ignore unused-export-let
export let hidden;
export let hidden = false;
</script>
<slot />