Package
Version
0.302.0
Description
If I try to import the type of an icon for using in a TS env, I get the error:
"lucide-svelte" has no exported member named Icon . Did you mean XIcon ?
Steps to reproduce
import type { Icon } from 'lucide-svelte';
export type Route = {
name: string;
icon: Icon;
href: string;
};
Checklist
Package
Version
0.302.0
Description
If I try to import the type of an icon for using in a TS env, I get the error:
Steps to reproduce
Checklist