mirror of https://github.com/mkrhere/pw2
Muthu Kumar
3 years ago
10 changed files with 14 additions and 14 deletions
@ -1,7 +1,7 @@ |
|||
declare module "*.svg" { |
|||
import * as React from "react"; |
|||
|
|||
export const ReactComponent: React.FunctionComponent< |
|||
export const ReactComponent: React.FC< |
|||
React.SVGProps<SVGSVGElement> & { title?: string; ref?: React.Ref<SVGSVGElement> | undefined } |
|||
>; |
|||
} |
|||
|
Loading…
Reference in new issue