typescript
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
declare module '*.svg' {
|
||||
import type { FunctionComponent, SVGProps } from 'react';
|
||||
|
||||
const ReactComponent: FunctionComponent<SVGProps<SVGSVGElement> & { title?: string }>;
|
||||
export default ReactComponent;
|
||||
}
|
||||
Reference in New Issue
Block a user