Skip to content

Commit 65cf178

Browse files
author
Dan Carbonell
committed
add sendImageAsync type
1 parent 455571d commit 65cf178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export interface MessageInputProps
283283
hasImagePicker?: boolean;
284284
hasFilePicker?: boolean;
285285
focus?: boolean;
286+
sendImageAsync?: boolean;
286287
/** https://github.com/beefe/react-native-actionsheet/blob/master/lib/styles.js */
287288
actionSheetStyles?: object;
288289
AttachmentFileIcon?: React.ElementType<FileIconUIComponentProps>;

0 commit comments

Comments
 (0)