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.
This commit is contained in:
Wojciech Lewicki
2022-08-09 15:45:17 +02:00
committed by GitHub
parent 6d1110b9c0
commit b00579a957
+2
View File
@@ -102,6 +102,8 @@ export {
LocalProps,
};
export * from './lib/extract/types';
export {
Svg,
Circle,