We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27906be commit c12657bCopy full SHA for c12657b
packages/icons-svelte/src/types.ts
@@ -20,4 +20,4 @@ type IconSlots = {
20
default: {};
21
};
22
23
-export type Icon = SvelteComponent<IconProps, IconEvents, IconSlots>;
+export type Icon = typeof SvelteComponent<IconProps, IconEvents, IconSlots>;
0 commit comments