From d69f6921590279a5d0f943b6b4b6879047d78d57 Mon Sep 17 00:00:00 2001 From: Federico Joel Orlandau Date: Wed, 15 Sep 2021 00:04:44 +0200 Subject: [PATCH] fix: export FastImageStaticProperties (#822) --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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