diff --git a/documentation/docs/03-template-syntax/11-declaration-tags.md b/documentation/docs/03-template-syntax/11-declaration-tags.md index 34b7164775..3cf256edf7 100644 --- a/documentation/docs/03-template-syntax/11-declaration-tags.md +++ b/documentation/docs/03-template-syntax/11-declaration-tags.md @@ -20,6 +20,8 @@ Declaration tags define local variables inside markup with `const` or `let`: ``` +> [!NOTE] Declaration tags are available in Svelte 5.56 and newer. + > [!NOTE] The [`{@const ...}`](@const) syntax is considered legacy — use declaration tags instead. When values should be reactive, you can use `$state` and `$derived`: