UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

20 lines (19 loc) 476 B
import { CometChatDetails, CometChatDetailsInterface, DetailsStyleInterface, ModalDetailsInterface, ModalDetailsStyleInterface, } from "./CometChatDetails"; import { DetailsConfiguration, DetailsConfigurationInterface, } from "./DetailsConfiguration"; export { CometChatDetails, DetailsConfiguration }; export type { DetailsConfigurationInterface, CometChatDetailsInterface, DetailsStyleInterface, ModalDetailsInterface, ModalDetailsStyleInterface, };