mirror of https://github.com/sveltejs/svelte
fix: add children to element typings (#9679)
* fix: add children to element typings Add this here so that libraries doing `props$<HTMLButtonAttributes>()` don't need a separate interface fixes #https://github.com/sveltejs/language-tools/issues/2218 * typopull/9692/head
parent
aabab263ee
commit
f9ba528265
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: add children to element typings
|
Loading…
Reference in new issue