Missing typings
trajano opened this issue · 0 comments
trajano commented
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>;
}