UNPKG

@sendbird/uikit-react

Version:

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

18 lines (15 loc) 697 B
'use strict'; var MAX_USER_MENTION_COUNT = 10; var MAX_USER_SUGGESTION_COUNT = 15; var USER_MENTION_TEMP_CHAR = '@'; var UIKIT_COMPATIBLE_FORM_VERSION = 1; exports.ThreadReplySelectType = void 0; (function (ThreadReplySelectType) { ThreadReplySelectType["PARENT"] = "PARENT"; ThreadReplySelectType["THREAD"] = "THREAD"; })(exports.ThreadReplySelectType || (exports.ThreadReplySelectType = {})); exports.MAX_USER_MENTION_COUNT = MAX_USER_MENTION_COUNT; exports.MAX_USER_SUGGESTION_COUNT = MAX_USER_SUGGESTION_COUNT; exports.UIKIT_COMPATIBLE_FORM_VERSION = UIKIT_COMPATIBLE_FORM_VERSION; exports.USER_MENTION_TEMP_CHAR = USER_MENTION_TEMP_CHAR; //# sourceMappingURL=bundle-BLz2EOZ5.js.map