We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2afd80 commit 618187cCopy full SHA for 618187c
packages/svelteui-core/src/internal/types/Component.d.ts
@@ -1,3 +1,3 @@
1
import type { SvelteComponent } from 'svelte';
2
3
-export type Component = typeof SvelteComponent;
+export type Component = typeof SvelteComponent<any>;
0 commit comments