Skip to content

Commit 6f1965d

Browse files
authored
fix: Add replyType to the SendbirdProviderProps of type definition file (#465)
1 parent bb57a30 commit 6f1965d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/index_d_ts

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ declare module "SendbirdUIKitGlobal" {
228228
customWebSocketHost?: string,
229229
children?: React.ReactElement;
230230
theme?: 'light' | 'dark';
231+
replyType?: ReplyType;
231232
nickname?: string;
232233
profileUrl?: string;
233234
dateLocale?: Locale;

0 commit comments

Comments
 (0)