Skip to content

Commit 83710ce

Browse files
authored
Merge pull request #60 from sansjack/feature/svelte5
SvelteComponent not needed as causing issues passing props
2 parents 9fbeafb + 09ca3ff commit 83710ce

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)