added common Marker props to CommonPathProps

This commit is contained in:
SaeedZhiany
2019-12-10 16:15:55 +03:30
committed by GitHub
parent 109f6ee37a
commit 9f4c2b5ec1
+8
View File
@@ -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