UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

5 lines (4 loc) 256 B
import { CometChatSuggestionList, CometChatSuggestionListInterface } from "./CometChatSuggestionList"; import { SuggestionItem } from "./SuggestionItem"; export { CometChatSuggestionList, SuggestionItem }; export type { CometChatSuggestionListInterface };