mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-08 09:10:44 +00:00
Spaces, take 3
This commit is contained in:
Vendored
+18
-18
@@ -116,12 +116,12 @@ export interface ClipProps {
|
|||||||
|
|
||||||
export interface VectorEffectProps {
|
export interface VectorEffectProps {
|
||||||
vectorEffect?:
|
vectorEffect?:
|
||||||
| 'none'
|
| 'none'
|
||||||
| 'non-scaling-stroke'
|
| 'non-scaling-stroke'
|
||||||
| 'nonScalingStroke'
|
| 'nonScalingStroke'
|
||||||
| 'default'
|
| 'default'
|
||||||
| 'inherit'
|
| 'inherit'
|
||||||
| 'uri';
|
| 'uri';
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DefinitionProps {
|
export interface DefinitionProps {
|
||||||
@@ -219,15 +219,15 @@ export interface CommonMarkerProps {
|
|||||||
|
|
||||||
export interface CommonPathProps
|
export interface CommonPathProps
|
||||||
extends FillProps,
|
extends FillProps,
|
||||||
StrokeProps,
|
StrokeProps,
|
||||||
ClipProps,
|
ClipProps,
|
||||||
TransformProps,
|
TransformProps,
|
||||||
VectorEffectProps,
|
VectorEffectProps,
|
||||||
ResponderProps,
|
ResponderProps,
|
||||||
TouchableProps,
|
TouchableProps,
|
||||||
DefinitionProps,
|
DefinitionProps,
|
||||||
CommonMarkerProps,
|
CommonMarkerProps,
|
||||||
CommonMaskProps {}
|
CommonMaskProps {}
|
||||||
|
|
||||||
// Element props
|
// Element props
|
||||||
export interface CircleProps extends CommonPathProps {
|
export interface CircleProps extends CommonPathProps {
|
||||||
@@ -275,9 +275,9 @@ export type ForeignObject = React.ComponentClass<ForeignObjectProps>;
|
|||||||
|
|
||||||
export interface ImageProps
|
export interface ImageProps
|
||||||
extends ResponderProps,
|
extends ResponderProps,
|
||||||
CommonMaskProps,
|
CommonMaskProps,
|
||||||
ClipProps,
|
ClipProps,
|
||||||
TouchableProps {
|
TouchableProps {
|
||||||
x?: NumberProp;
|
x?: NumberProp;
|
||||||
y?: NumberProp;
|
y?: NumberProp;
|
||||||
width?: NumberProp;
|
width?: NumberProp;
|
||||||
|
|||||||
Reference in New Issue
Block a user