mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +00:00
Merge pull request #1275 from robwalkerco/patch-1
fix: Add missing id param to ImageProps
This commit is contained in:
Vendored
+1
@@ -281,6 +281,7 @@ export interface ImageProps
|
|||||||
preserveAspectRatio?: string;
|
preserveAspectRatio?: string;
|
||||||
opacity?: NumberProp;
|
opacity?: NumberProp;
|
||||||
clipPath?: string;
|
clipPath?: string;
|
||||||
|
id?: string;
|
||||||
}
|
}
|
||||||
export const Image: React.ComponentClass<ImageProps>;
|
export const Image: React.ComponentClass<ImageProps>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user