@sendbird/uikit-react-native
Version:
Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
12 lines (11 loc) • 374 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TypingIndicatorType = void 0;
let TypingIndicatorType = exports.TypingIndicatorType = /*#__PURE__*/function (TypingIndicatorType) {
TypingIndicatorType["Text"] = "text";
TypingIndicatorType["Bubble"] = "bubble";
return TypingIndicatorType;
}({});
//# sourceMappingURL=types.js.map
;