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