There was an error while loading. Please reload this page.
1 parent fb1a4d7 commit 42ca46bCopy full SHA for 42ca46b
packages/react-native/Libraries/Image/ImageSource.d.ts
@@ -72,3 +72,8 @@ export interface ImageURISource {
72
}
73
74
export type ImageRequireSource = number;
75
+
76
+export type ImageSource =
77
+ | ImageRequireSource
78
+ | ImageURISource
79
+ | ReadonlyArray<ImageURISource>;
0 commit comments