Skip to content

Commit c12657b

Browse files
types.ts: Prefix the exported SvelteComponent type with typeof (#1306)
1 parent 27906be commit c12657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/icons-svelte/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ type IconSlots = {
2020
default: {};
2121
};
2222

23-
export type Icon = SvelteComponent<IconProps, IconEvents, IconSlots>;
23+
export type Icon = typeof SvelteComponent<IconProps, IconEvents, IconSlots>;

0 commit comments

Comments
 (0)