We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e336d9 commit b8a47d9Copy full SHA for b8a47d9
packages/react-scripts/lib/react-app.d.ts
@@ -42,7 +42,7 @@ declare module '*.webp' {
42
declare module '*.svg' {
43
import * as React from 'react';
44
45
- export const ReactComponent: React.SFC<React.SVGProps<SVGSVGElement>>;
+ export const ReactComponent: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
46
47
const src: string;
48
export default src;
0 commit comments