We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06138db commit 52faf46Copy full SHA for 52faf46
config/react-app.d.ts
@@ -28,7 +28,7 @@ declare module '*.png' {
28
}
29
30
declare module '*.svg' {
31
- import React = require('react');
+ import * as React from 'react';
32
33
export const ReactComponent: React.SFC<React.SVGProps<SVGSVGElement>>;
34
0 commit comments