UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

9 lines (8 loc) 301 B
export declare const MAX_USER_MENTION_COUNT = 10; export declare const MAX_USER_SUGGESTION_COUNT = 15; export declare const USER_MENTION_TEMP_CHAR = "@"; export declare const UIKIT_COMPATIBLE_FORM_VERSION = 1; export declare enum ThreadReplySelectType { PARENT = "PARENT", THREAD = "THREAD" }