diff --git a/src/index.tsx b/src/index.tsx index 0aaf35b..c68a1ca 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -198,7 +198,7 @@ const FastImageComponent: React.ComponentType = forwardRef( FastImageComponent.displayName = 'FastImage' -interface FastImageStaticProperties { +export interface FastImageStaticProperties { resizeMode: typeof resizeMode priority: typeof priority cacheControl: typeof cacheControl