### Describe the bug https://svelte.dev/docs/svelte/legacy-svelte-self shows old prop declaration syntax: ``` export let count; {#if count > 0} counting down... {count} {:else} lift-off! {/if} ``` Should probably update to $props() ### Reproduction N/A ### Logs ```shell ``` ### System Info ```shell N/A ``` ### Severity annoyance