mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-08 21:30:40 +02:00
types.ts: Prefix the exported SvelteComponent type with typeof (#1306)
This commit is contained in:
@@ -20,4 +20,4 @@ type IconSlots = {
|
|||||||
default: {};
|
default: {};
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Icon = SvelteComponent<IconProps, IconEvents, IconSlots>;
|
export type Icon = typeof SvelteComponent<IconProps, IconEvents, IconSlots>;
|
||||||
|
Reference in New Issue
Block a user