Skip to content

Commit bb272de

Browse files
committed
fix: lint issues
1 parent d812160 commit bb272de

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

package/src/contexts/messageInputContext/MessageInputContext.tsx

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ export type InputMessageInputContextValue = {
186186
AutoCompleteSuggestionList: React.ComponentType<AutoCompleteSuggestionListProps>;
187187

188188
/**
189-
* Custom UI component to render [draggable
190-
* handle](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png) of attachment
191-
* picker.
189+
* Custom UI component to render [draggable handle](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png) of attachmentpicker.
192190
*
193191
* **Default**
194192
* [AttachmentPickerBottomSheetHandle](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/AttachmentPickerBottomSheetHandle.tsx)
@@ -221,8 +219,7 @@ export type InputMessageInputContextValue = {
221219
attachmentSelectionBarHeight: number;
222220

223221
/**
224-
* Custom UI component for [camera selector
225-
* icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
222+
* Custom UI component for [camera selector icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
226223
*
227224
* **Default: **
228225
* [CameraSelectorIcon](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/CameraSelectorIcon.tsx)
@@ -236,16 +233,14 @@ export type InputMessageInputContextValue = {
236233
*/
237234
CreatePollIcon: React.ComponentType;
238235
/**
239-
* Custom UI component for [file selector
240-
* icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
236+
* Custom UI component for [file selector icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
241237
*
242238
* **Default: **
243239
* [FileSelectorIcon](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/FileSelectorIcon.tsx)
244240
*/
245241
FileSelectorIcon: React.ComponentType<AttachmentPickerIconProps>;
246242
/**
247-
* Custom UI component for [image selector
248-
* icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
243+
* Custom UI component for [image selector icon](https://github.com/GetStream/stream-chat-react-native/blob/main/screenshots/docs/1.png)
249244
*
250245
* **Default: **
251246
* [ImageSelectorIcon](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/components/AttachmentPicker/components/ImageSelectorIcon.tsx)
@@ -367,8 +362,7 @@ export type InputMessageInputContextValue = {
367362
compressImageQuality?: number;
368363

369364
/**
370-
* Override the entire content of the CreatePoll component. The component has full access to the
371-
* useCreatePollContext() hook.
365+
* Override the entire content of the CreatePoll component. The component has full access to the useCreatePollContext() hook.
372366
* */
373367
CreatePollContent?: React.ComponentType<PollContentProps>;
374368

@@ -388,8 +382,7 @@ export type InputMessageInputContextValue = {
388382

389383
/**
390384
* Custom UI component for AutoCompleteInput.
391-
* Has access to all of
392-
* [MessageInputContext](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/messageInputContext/MessageInputContext.tsx)
385+
* Has access to all of [MessageInputContext](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/messageInputContext/MessageInputContext.tsx)
393386
*/
394387
Input?: React.ComponentType<
395388
Omit<MessageInputProps, 'Input'> &

0 commit comments

Comments
 (0)