mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-29 13:21:50 +00:00
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:
@@ -102,6 +102,8 @@ export {
|
||||
LocalProps,
|
||||
};
|
||||
|
||||
export * from './lib/extract/types';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
Circle,
|
||||
|
||||
Reference in New Issue
Block a user