evenchange4/svgr.macro

Missing typings

trajano opened this issue · 0 comments

Needs something like

declare module "svgr.macro" {
  import { ComponentClass } from "react";
  import { SvgProps } from "react-native-svg";
  export default function toReactComponent(
    path: string,
    options?: Record<string, unknown>
  ): ComponentClass<SvgProps>;
}