Skip to content

Commit 5cad9c4

Browse files
authored
fix: Add props type isMentionEnabled to the App component (#377)
1 parent 064f369 commit 5cad9c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/index_d_ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ declare module "SendbirdUIKitGlobal" {
7575
};
7676
replyType?: ReplyType;
7777
disableAutoSelect?: boolean;
78-
isReactionEnabled?: boolean,
79-
isTypingIndicatorEnabledOnChannelList?: boolean,
80-
isMessageReceiptStatusEnabledOnChannelList?: boolean,
78+
isMentionEnabled?: boolean;
79+
isReactionEnabled?: boolean;
80+
isTypingIndicatorEnabledOnChannelList?: boolean;
81+
isMessageReceiptStatusEnabledOnChannelList?: boolean;
8182
}
8283

8384
export type Logger = {

0 commit comments

Comments
 (0)