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 94c0152 commit bfc05b7Copy full SHA for bfc05b7
types/index.d.ts
@@ -289,6 +289,7 @@ export interface MessageInputProps
289
AttachmentFileIcon?: React.ElementType<FileIconUIComponentProps>;
290
AttachButton?: React.ElementType<AttachButtonProps>;
291
SendButton: React.ElementType<SendButtonProps>;
292
+ additionalTextInputProps?: object;
293
}
294
295
export interface DocumentPickerFile {
0 commit comments