Skip to content

Commit 09ca3ff

Browse files
committed
removed SvelteComponent from component module
1 parent 9fbeafb commit 09ca3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svg.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare module '*.svg?component' {
22
import type { Component, SvelteComponent } from 'svelte'
33
import type { SVGAttributes } from 'svelte/elements'
44

5-
const content: Component<SvelteComponent<SVGAttributes<SVGSVGElement>>>
5+
const content: Component<SVGAttributes<SVGSVGElement>>
66

77
export default content
88
}

0 commit comments

Comments
 (0)