From 8a6566f0a212b8c1d5299d8cdfd0e347a7e1df7a Mon Sep 17 00:00:00 2001 From: Raf Date: Fri, 3 Apr 2020 16:28:11 +0200 Subject: [PATCH] Spaces, take 3 --- src/index.d.ts | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/index.d.ts b/src/index.d.ts index c8a9def4..e11bd33d 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -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; export interface ImageProps extends ResponderProps, - CommonMaskProps, - ClipProps, - TouchableProps { + CommonMaskProps, + ClipProps, + TouchableProps { x?: NumberProp; y?: NumberProp; width?: NumberProp;