Skip to content

Commit 4ba6963

Browse files
authored
fix: add missing scrollBehavior to type defn (#680)
�Added a missing type `scrollBehavior` added by #676 to d ts file.
1 parent 0ca83ab commit 4ba6963

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
@@ -583,6 +583,7 @@ declare module "SendbirdUIKitGlobal" {
583583
onQuoteMessageClick?: (props: { message: UserMessage | FileMessage }) => void;
584584
onMessageAnimated?: () => void;
585585
onMessageHighlighted?: () => void;
586+
scrollBehavior?: 'smooth' | 'auto';
586587
};
587588

588589
export interface ChannelUIProps {

0 commit comments

Comments
 (0)