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.
2 parents 9fbeafb + 09ca3ff commit 83710ceCopy full SHA for 83710ce
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