mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
finish gradients refactor
This commit is contained in:
@@ -18,5 +18,22 @@ import * as Definations from './examples/Definations';
|
||||
import * as TouchEvents from './examples/TouchEvents';
|
||||
|
||||
export {
|
||||
Svg,
|
||||
Rect,
|
||||
Circle,
|
||||
Ellipse,
|
||||
Line,
|
||||
Polygon,
|
||||
Polyline,
|
||||
Path,
|
||||
Text,
|
||||
Stroking,
|
||||
G,
|
||||
//Use,
|
||||
//Symbol,
|
||||
Gradients,
|
||||
Clipping,
|
||||
Image,
|
||||
TouchEvents,
|
||||
Definations
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user