mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 14:15:03 +00:00
added common Marker props to CommonPathProps
This commit is contained in:
Vendored
+8
@@ -210,6 +210,13 @@ export interface CommonMaskProps {
|
||||
mask?: string;
|
||||
}
|
||||
|
||||
export interface CommonMarkerProps {
|
||||
marker?: string;
|
||||
markerStart?: string;
|
||||
markerMid?: string;
|
||||
markerEnd?: string;
|
||||
}
|
||||
|
||||
export interface CommonPathProps
|
||||
extends FillProps,
|
||||
StrokeProps,
|
||||
@@ -219,6 +226,7 @@ export interface CommonPathProps
|
||||
ResponderProps,
|
||||
TouchableProps,
|
||||
DefinitionProps,
|
||||
CommonMarkerProps,
|
||||
CommonMaskProps {}
|
||||
|
||||
// Element props
|
||||
|
||||
Reference in New Issue
Block a user