Skip to content

Commit 6959c69

Browse files
Merge pull request #211 from jeremyeaton89/add-missing-message-input-prop-type
Add additionalTextInputProps? to MessageInputProps
2 parents e770e44 + bfc05b7 commit 6959c69

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
@@ -289,6 +289,7 @@ export interface MessageInputProps
289289
AttachmentFileIcon?: React.ElementType<FileIconUIComponentProps>;
290290
AttachButton?: React.ElementType<AttachButtonProps>;
291291
SendButton: React.ElementType<SendButtonProps>;
292+
additionalTextInputProps?: object;
292293
}
293294

294295
export interface DocumentPickerFile {

0 commit comments

Comments
 (0)