We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45787d commit 189eeccCopy full SHA for 189eecc
src/react-native-feather.d.ts
@@ -1,11 +1,11 @@
1
-import { FC } from "react";
+import { ComponentClass } from "react";
2
import { SvgProps } from "react-native-svg";
3
4
export interface IconProps {
5
props: SvgProps;
6
}
7
8
-export type Icon = FC<SvgProps>;
+export type Icon = ComponentClass<SvgProps>;
9
10
export const Activity: Icon;
11
export const Airplay: Icon;
0 commit comments