spaces take 4

This commit is contained in:
Raf
2020-04-03 16:33:12 +02:00
parent 69f71b7c06
commit bd03317431
+18 -18
View File
@@ -116,12 +116,12 @@ export interface ClipProps {
export interface VectorEffectProps {
vectorEffect?:
| 'none'
| 'non-scaling-stroke'
| 'nonScalingStroke'
| 'default'
| 'inherit'
| 'uri';
| 'none'
| 'non-scaling-stroke'
| 'nonScalingStroke'
| 'default'
| 'inherit'
| 'uri';
}
export interface DefinitionProps {
@@ -219,15 +219,15 @@ export interface CommonMarkerProps {
export interface CommonPathProps
extends FillProps,
StrokeProps,
ClipProps,
TransformProps,
VectorEffectProps,
ResponderProps,
TouchableProps,
DefinitionProps,
CommonMarkerProps,
CommonMaskProps {}
StrokeProps,
ClipProps,
TransformProps,
VectorEffectProps,
ResponderProps,
TouchableProps,
DefinitionProps,
CommonMarkerProps,
CommonMaskProps {}
// Element props
export interface CircleProps extends CommonPathProps {
@@ -275,9 +275,9 @@ export type ForeignObject = React.ComponentClass<ForeignObjectProps>;
export interface ImageProps
extends ResponderProps,
CommonMaskProps,
ClipProps,
TouchableProps {
CommonMaskProps,
ClipProps,
TouchableProps {
x?: NumberProp;
y?: NumberProp;
width?: NumberProp;