halfnelson / svelte-native

Svelte controlling native components via Nativescript
MIT License
1.82k stars 78 forks source link

Svelte Components TypeScript errors: No overload matches this call. #344

Open fbele opened 1 year ago

fbele commented 1 year ago

How can I get rid of the TypeScript errors like this in my .svelte files? image

I have this declared in 'types' folder: declare module '*.svelte' { export { SvelteComponent as default }; }

But it doesn' help? Is anybody else facing this issue?