Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Libraries/Image/ImageSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// that might have more keys. This also has to be inexact to support taking
// instances of classes like FBIcon.
// https://fburl.com/8lynhvtw
type ImageURISource = $ReadOnly<{
export type ImageURISource = $ReadOnly<{
Comment thread
AlicanC marked this conversation as resolved.
uri?: ?string,
bundle?: ?string,
method?: ?string,
Expand Down