[Video] Add dimension info to share intent (#5639)
This commit is contained in:
@@ -38,7 +38,7 @@ export interface ComposerOpts {
|
||||
openEmojiPicker?: (pos: DOMRect | undefined) => void
|
||||
text?: string
|
||||
imageUris?: {uri: string; width: number; height: number; altText?: string}[]
|
||||
videoUri?: string
|
||||
videoUri?: {uri: string; width: number; height: number}
|
||||
}
|
||||
|
||||
type StateContext = ComposerOpts | undefined
|
||||
|
||||
Reference in New Issue
Block a user