From b00579a9573481fcf17047d98b7b4994bbda4cd3 Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 9 Aug 2022 15:45:17 +0200 Subject: [PATCH] fix: export types from lib which were available before (#1829) Exported all types from lib/extract/types.tsx since most of them were available before refactor done in #1806. --- src/ReactNativeSVG.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ReactNativeSVG.ts b/src/ReactNativeSVG.ts index e70248b4..81e262a4 100644 --- a/src/ReactNativeSVG.ts +++ b/src/ReactNativeSVG.ts @@ -102,6 +102,8 @@ export { LocalProps, }; +export * from './lib/extract/types'; + export { Svg, Circle,