Merge pull request #1275 from robwalkerco/patch-1

fix: Add missing id param to ImageProps
This commit is contained in:
Mikael Sand
2020-02-29 16:45:12 +02:00
committed by GitHub
+1
View File
@@ -281,6 +281,7 @@ export interface ImageProps
preserveAspectRatio?: string;
opacity?: NumberProp;
clipPath?: string;
id?: string;
}
export const Image: React.ComponentClass<ImageProps>;