Skip to content

Commit

Permalink
Update documentation/docs/07-misc/03-typescript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Nov 6, 2024
1 parent a18fd9b commit 6250591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/07-misc/03-typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Not all elements have a specific type definition, in those cases, use `SvelteHTM
<script lang="ts">
import type { SvelteHTMLElements } from 'svelte/elements';
let { children, ...rest }: SvelteHTMLElements['div'] = $props();
let { children, ...rest }: SvelteHTMLElements['div'] = $props();
</script>
<div {...rest}>
Expand Down

0 comments on commit 6250591

Please sign in to comment.