UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines (12 loc) 269 B
import { CometChatList, CometChatListProps, CometChatListActionsInterface, CometChatListStylesInterface, } from "./CometChatList"; export { CometChatList }; export type { CometChatListProps, CometChatListActionsInterface, CometChatListStylesInterface, };