ItalyPaleAle / svelte-spa-router

Router for SPAs using Svelte 3
MIT License
1.56k stars 106 forks source link

Use Component #330

Open pjaudiomv opened 3 weeks ago

pjaudiomv commented 3 weeks ago

Fixes #319

This has been updated from ComponentType here https://svelte.dev/docs/svelte/typescript#The-Component-type

See https://github.com/sveltejs/svelte/pull/11775 for additional background

This is basically adjustment of https://github.com/ItalyPaleAle/svelte-spa-router/issues/329