SvelteStack / svelte-query

Performant and powerful remote data synchronization for Svelte
https://sveltequery.vercel.app
MIT License
813 stars 31 forks source link

@feat/improve components types #61

Closed SomaticIT closed 2 years ago

SomaticIT commented 2 years ago

This PR improves components types for props. It uses the new ability for svelte to create generic typed components.

This PR also fixes optional props warnings.