Skip to content

Commit bfc05b7

Browse files
committed
add missing type
1 parent 94c0152 commit bfc05b7

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)