mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
a3bc7d5698
If someone has an existing SvelteComponent type definition and using the slot generic to type the default slot, automatically add that slot to the prop type as "children"
6 lines
88 B
Markdown
6 lines
88 B
Markdown
---
|
|
'svelte': patch
|
|
---
|
|
|
|
fix: type-level back-compat for default slot and children prop
|