We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818ed0c commit d69f692Copy full SHA for d69f692
1 file changed
src/index.tsx
@@ -198,7 +198,7 @@ const FastImageComponent: React.ComponentType<FastImageProps> = forwardRef(
198
199
FastImageComponent.displayName = 'FastImage'
200
201
-interface FastImageStaticProperties {
+export interface FastImageStaticProperties {
202
resizeMode: typeof resizeMode
203
priority: typeof priority
204
cacheControl: typeof cacheControl
0 commit comments