UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

12 lines (9 loc) 265 B
import { CometChatSuggestionList, CometChatSuggestionListInterface, } from "./CometChatSuggestionList"; import { SuggestionItem } from "./SuggestionItem"; export { CometChatSuggestionList, SuggestionItem }; export type { CometChatSuggestionListInterface };