mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Add missing id param to ImageProps
This prop is used when creating an `<Image>` in a `<Defs>` element.
This commit is contained in:
Vendored
+1
@@ -281,6 +281,7 @@ export interface ImageProps
|
||||
preserveAspectRatio?: string;
|
||||
opacity?: NumberProp;
|
||||
clipPath?: string;
|
||||
id?: string;
|
||||
}
|
||||
export const Image: React.ComponentClass<ImageProps>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user