We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbeafb commit 09ca3ffCopy full SHA for 09ca3ff
svg.d.ts
@@ -2,7 +2,7 @@ declare module '*.svg?component' {
2
import type { Component, SvelteComponent } from 'svelte'
3
import type { SVGAttributes } from 'svelte/elements'
4
5
- const content: Component<SvelteComponent<SVGAttributes<SVGSVGElement>>>
+ const content: Component<SVGAttributes<SVGSVGElement>>
6
7
export default content
8
}
0 commit comments