You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/context/ComponentContext.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ import type {
37
37
ReactionsListModalProps,
38
38
ReactionsListProps,
39
39
RecordingPermissionDeniedNotificationProps,
40
+
ReminderNotificationProps,
40
41
SendButtonProps,
41
42
StartRecordingAudioButtonProps,
42
43
StreamedMessageTextProps,
@@ -172,6 +173,7 @@ export type ComponentContextValue = {
172
173
/** Custom UI component to display the reactions modal, defaults to and accepts same props as: [ReactionsListModal](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Reactions/ReactionsListModal.tsx) */
/** Custom component to display the search UI, defaults to and accepts same props as: [Search](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Search/Search.tsx) */
176
178
Search?: React.ComponentType<SearchProps>;
177
179
/** Custom component to display the UI where the searched string is entered, defaults to and accepts same props as: [SearchBar](https://github.com/GetStream/stream-chat-react/blob/master/src/components/Search/SearchBar/SearchBar.tsx) */
0 commit comments