@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
8 lines (7 loc) • 311 B
text/typescript
import {
SmartRepliesExtension,
SmartRepliesConfigurationInterface,
} from "./SmartRepliesExtension";
import { SmartRepliesInterface, SmartRepliesView } from "./SmartRepliesView";
export { SmartRepliesExtension, SmartRepliesView };
export type { SmartRepliesInterface, SmartRepliesConfigurationInterface };