Fix flow errors
Reviewed By: gabelevi Differential Revision: D2796260 fb-gh-sync-id: 8425e57a313326afb6f6ae5bb8b86a569f462b06
This commit is contained in:
parent
e033898761
commit
55fe7ac9ae
|
@ -11,6 +11,6 @@
|
|||
*/
|
||||
'use strict';
|
||||
|
||||
type ImageSource = {
|
||||
export type ImageSource = {
|
||||
uri: string;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue