types.ts: Prefix the exported SvelteComponent type with typeof (#1306)
This commit is contained in:
parent
27906be3b3
commit
c12657b004
|
|
@ -20,4 +20,4 @@ type IconSlots = {
|
|||
default: {};
|
||||
};
|
||||
|
||||
export type Icon = SvelteComponent<IconProps, IconEvents, IconSlots>;
|
||||
export type Icon = typeof SvelteComponent<IconProps, IconEvents, IconSlots>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue