We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b1173 commit 6abb273Copy full SHA for 6abb273
src/index.tsx
@@ -199,7 +199,7 @@ interface FastImageStaticProperties {
199
preload: (sources: Source[]) => void
200
}
201
202
-const FastImage: React.Component<FastImageProps> &
+const FastImage: React.ComponentType<FastImageProps> &
203
FastImageStaticProperties = FastImageComponent as any
204
205
FastImage.resizeMode = resizeMode
0 commit comments