UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

26 lines 857 B
Object.defineProperty(exports, "__esModule", { value: true }); var _AITypingIndicatorView = require("./AITypingIndicatorView"); Object.keys(_AITypingIndicatorView).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _AITypingIndicatorView[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _AITypingIndicatorView[key]; } }); }); var _useAIState = require("./hooks/useAIState"); Object.keys(_useAIState).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _useAIState[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _useAIState[key]; } }); }); //# sourceMappingURL=index.js.map