We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104461b commit dae67f3Copy full SHA for dae67f3
types/index.d.ts
@@ -245,6 +245,7 @@ interface ChannelListProps extends ChatContextValue {
245
/** Object containing sort parameters */
246
sort?: object;
247
loadMoreThreshold?: number;
248
+ additionalFlatListProps?: object;
249
}
250
251
interface ChannelListState {
@@ -329,6 +330,7 @@ interface MessageListProps extends ChannelContextValue {
329
330
/** https://github.com/beefe/react-native-actionsheet/blob/master/lib/styles.js */
331
actionSheetStyles?: object;
332
AttachmentFileIcon?: React.ElementType<FileIconUIComponentProps>;
333
334
335
336
declare type MessageAction = 'edit' | 'delete' | 'reactions' | 'reply';
0 commit comments