Open jhechtf opened 3 years ago
When I made the TypeScript typedef I explicitly did not add the let:router as I was unsure how to do slots content like that.
let:router
This ticket is for me to track how to get that typed correctly.
Svelte is currently lacking a little bit on things like this -- for right now it seems like we can get by with some (hopefully minor) modifications to the current typedefs
When I made the TypeScript typedef I explicitly did not add the
let:router
as I was unsure how to do slots content like that.This ticket is for me to track how to get that typed correctly.