From 49d91a6db270f95c237856dc64357235d632f0af Mon Sep 17 00:00:00 2001 From: Federico Orlandau Date: Mon, 30 Aug 2021 12:18:59 +0200 Subject: [PATCH] Add export to FastImageStaticProperties --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 4734a784c..094d99af3 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