@@ -63,7 +63,7 @@ export type ChannelsContextValue<
6363 /**
6464 * Custom indicator to use when channel list is empty
6565 *
66- * Default: [EmptyStateIndicator](https://getstream.github.io/stream-chat-react-native/#emptystateindicator)
66+ * Default: [EmptyStateIndicator](https://getstream.github.io/stream-chat-react-native/v3/ #emptystateindicator)
6767 * */
6868 EmptyStateIndicator : React . ComponentType < EmptyStateProps > ;
6969 /**
@@ -73,7 +73,7 @@ export type ChannelsContextValue<
7373 /**
7474 * Custom loading indicator to display at bottom of the list, while loading further pages
7575 *
76- * Default: [ChannelListFooterLoadingIndicator](https://getstream.github.io/stream-chat-react-native/#ChannelListFooterLoadingIndicator)
76+ * Default: [ChannelListFooterLoadingIndicator](https://getstream.github.io/stream-chat-react-native/v3/ #ChannelListFooterLoadingIndicator)
7777 */
7878 FooterLoadingIndicator : React . ComponentType ;
7979 /**
@@ -87,13 +87,13 @@ export type ChannelsContextValue<
8787 /**
8888 * Custom indicator to display error at top of list, if loading/pagination error occurs
8989 *
90- * Default: [ChannelListHeaderErrorIndicator](https://getstream.github.io/stream-chat-react-native/#ChannelListHeaderErrorIndicator)
90+ * Default: [ChannelListHeaderErrorIndicator](https://getstream.github.io/stream-chat-react-native/v3/ #ChannelListHeaderErrorIndicator)
9191 */
9292 HeaderErrorIndicator : React . ComponentType < HeaderErrorProps > ;
9393 /**
9494 * Custom indicator to display network-down error at top of list, if there is connectivity issue
9595 *
96- * Default: [ChannelListHeaderNetworkDownIndicator](https://getstream.github.io/stream-chat-react-native/#ChannelListHeaderNetworkDownIndicator)
96+ * Default: [ChannelListHeaderNetworkDownIndicator](https://getstream.github.io/stream-chat-react-native/v3/ #ChannelListHeaderNetworkDownIndicator)
9797 */
9898 HeaderNetworkDownIndicator : React . ComponentType ;
9999 /**
@@ -103,7 +103,7 @@ export type ChannelsContextValue<
103103 /**
104104 * Custom indicator to use when there is error in fetching channels
105105 *
106- * Default: [LoadingErrorIndicator](https://getstream.github.io/stream-chat-react-native/#loadingerrorindicator)
106+ * Default: [LoadingErrorIndicator](https://getstream.github.io/stream-chat-react-native/v3/ #loadingerrorindicator)
107107 * */
108108 LoadingErrorIndicator : React . ComponentType < LoadingErrorProps > ;
109109 /**
@@ -137,7 +137,7 @@ export type ChannelsContextValue<
137137 /**
138138 * Custom UI component to display individual channel list items
139139 *
140- * Default: [ChannelPreviewMessenger](https://getstream.github.io/stream-chat-react-native/#channelpreviewmessenger)
140+ * Default: [ChannelPreviewMessenger](https://getstream.github.io/stream-chat-react-native/v3/ #channelpreviewmessenger)
141141 */
142142 Preview : React . ComponentType <
143143 ChannelPreviewMessengerProps < At , Ch , Co , Ev , Me , Re , Us >
@@ -179,7 +179,7 @@ export type ChannelsContextValue<
179179 /**
180180 * Custom UI component to display loading channel skeletons
181181 *
182- * Default: [Skeleton](https://getstream.github.io/stream-chat-react-native/#skeleton)
182+ * Default: [Skeleton](https://getstream.github.io/stream-chat-react-native/v3/ #skeleton)
183183 */
184184 Skeleton : React . ComponentType ;
185185 ListHeaderComponent ?: React . ComponentType ;
0 commit comments