mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 19:25:54 +00:00
added missing class and offset (#553)
This commit is contained in:
committed by
Dustin Savery
parent
ec2a967592
commit
2191656fa2
Vendored
+2
@@ -175,6 +175,7 @@ interface RectProps extends PathProps {
|
||||
height?: NumberProp,
|
||||
rx?: NumberProp,
|
||||
ry?: NumberProp,
|
||||
class? : string
|
||||
}
|
||||
export const Rect: React.ComponentClass<RectProps>;
|
||||
|
||||
@@ -183,6 +184,7 @@ export const Shape: React.ComponentClass<{}>;
|
||||
interface StopProps {
|
||||
stopColor?: string,
|
||||
stopOpacity?: NumberProp,
|
||||
offset?: string
|
||||
}
|
||||
export const Stop: React.ComponentClass<StopProps>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user