UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

16 lines (14 loc) 272 B
import { CometChatList, CometChatListActionsInterface, CometChatListProps, CometChatListStylesInterface, } from "./CometChatList"; export { CometChatList, }; export type { CometChatListActionsInterface, CometChatListStylesInterface, CometChatListProps, }