@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
13 lines (11 loc) • 570 B
JavaScript
var MAX_USER_MENTION_COUNT = 10;
var MAX_USER_SUGGESTION_COUNT = 15;
var USER_MENTION_TEMP_CHAR = '@';
var UIKIT_COMPATIBLE_FORM_VERSION = 1;
var ThreadReplySelectType;
(function (ThreadReplySelectType) {
ThreadReplySelectType["PARENT"] = "PARENT";
ThreadReplySelectType["THREAD"] = "THREAD";
})(ThreadReplySelectType || (ThreadReplySelectType = {}));
export { MAX_USER_MENTION_COUNT as M, ThreadReplySelectType as T, UIKIT_COMPATIBLE_FORM_VERSION as U, USER_MENTION_TEMP_CHAR as a, MAX_USER_SUGGESTION_COUNT as b };
//# sourceMappingURL=bundle-DfThYlSD.js.map