UNPKG

easemob-chat-uikit

Version:

![Static Badge](https://img.shields.io/badge/platform-React-green) ![Static Badge](https://img.shields.io/badge/language-typescript-green) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/easemob/Easemob-UIKit-web) ![GitHub last c

11 lines (10 loc) 579 B
declare const useConversationContext: () => { currentConversation: import("..").CurrentConversation; conversationList: import("..").Conversation[]; setCurrentConversation: (currentCvs: import("..").CurrentConversation) => void; deleteConversation: (conversation: import("..").CurrentConversation) => void; topConversation: (conversation: import("..").Conversation) => void; addConversation: (conversation: import("..").Conversation) => void; modifyConversation: (conversation: import("..").Conversation) => void; }; export { useConversationContext };