From 19bd226b42839193ee4b7743b4c1aad3f55f2550 Mon Sep 17 00:00:00 2001 From: HoonBaek Date: Fri, 31 Mar 2023 16:29:09 +0900 Subject: [PATCH] Add replyType to the SendbirdProviderProps of type definition file --- scripts/index_d_ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/index_d_ts b/scripts/index_d_ts index 78631af74..51415bd0a 100644 --- a/scripts/index_d_ts +++ b/scripts/index_d_ts @@ -228,6 +228,7 @@ declare module "SendbirdUIKitGlobal" { customWebSocketHost?: string, children?: React.ReactElement; theme?: 'light' | 'dark'; + replyType?: ReplyType; nickname?: string; profileUrl?: string; dateLocale?: Locale;