Update 03-typescript.md (#14197)

pull/14184/head
Rich Harris 1 week ago committed by GitHub
parent 44a833fafe
commit 5ce1159ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -146,7 +146,7 @@ In case you're writing a component that wraps a native element, you may want to
</button>
```
Not all elements have a specific type definition, in those cases, use `SvelteHTMLElements`:
Not all elements have a dedicated type definition. For those without one, use `SvelteHTMLElements`:
```svelte
<script lang="ts">

Loading…
Cancel
Save