Skip to content

Commit 498693a

Browse files
Sync svelte docs (#1458)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent c763a64 commit 498693a

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/docs/svelte/03-template-syntax

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/03-template-syntax/18-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The user of this component has the same flexibility to use a mixture of objects,
7272
</Button>
7373
```
7474

75-
Svelte also exposes the `ClassValue` type, which is the type of value that the `class` attribute on elements accept. This is useful if you want to use a type-safe class name in component props:
75+
Since Svelte 5.19, Svelte also exposes the `ClassValue` type, which is the type of value that the `class` attribute on elements accept. This is useful if you want to use a type-safe class name in component props:
7676

7777
```svelte
7878
<script lang="ts">

0 commit comments

Comments
 (0)