birdofpreyru / react-starter

ReactJS Starter Kit
Other
2 stars 0 forks source link

Correct SVG type definition #38

Closed birdofpreyru closed 2 months ago

birdofpreyru commented 2 months ago

https://github.com/birdofpreyru/react-starter/blob/7df75665f731a1f3e074b5d71df422bf0eb1fc2d/types.d.ts#L12

It rather should be const component: ComponentType<SVGAttributes<HTMLElement>>;