From cc20c8c1e3b775a436ef6dd3a1e38012ee1a2ba6 Mon Sep 17 00:00:00 2001 From: Hamed Farag Date: Tue, 27 Dec 2022 11:47:19 +0400 Subject: [PATCH] fix: export ExportInterface interface --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 20bf562..bff0175 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -7,6 +7,7 @@ import { ImageUploadingPropsType, ErrorsType, ResolutionType, + ExportInterface } from './typings'; import { DEFAULT_NULL_INDEX, @@ -203,4 +204,5 @@ export { ImageUploadingPropsType, ErrorsType, ResolutionType, + ExportInterface };