Skip to content

Commit ba502b3

Browse files
committed
chore: use proper provided type from lucide-react
1 parent 0159d41 commit ba502b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/snippets.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
LetterTextIcon,
3+
type LucideIcon,
34
RadioIcon,
45
Rows3Icon,
56
Settings2Icon,
@@ -22,7 +23,7 @@ export type SnippetFunc = (name?: string, order?: number) => string;
2223
type Snippet = {
2324
name: string;
2425
label: string;
25-
icon: typeof RadioIcon;
26+
icon: LucideIcon;
2627
snippet: SnippetFunc;
2728
};
2829

0 commit comments

Comments
 (0)