Skip to content

Commit 618187c

Browse files
committed
[fix](@svelteui/core): type errors for icon props
ISSUES CLOSED: #411
1 parent e2afd80 commit 618187c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import type { SvelteComponent } from 'svelte';
22

3-
export type Component = typeof SvelteComponent;
3+
export type Component = typeof SvelteComponent<any>;

0 commit comments

Comments
 (0)