@uimkit/uikit-react
Version:
<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>
9 lines (6 loc) • 299 B
TypeScript
import { CreateGroupConversationParams, Conversation } from '../types/models.js';
declare const useConversation: () => {
createConversation: (params: string | CreateGroupConversationParams) => Promise<Conversation>;
};
export { useConversation };
//# sourceMappingURL=useConversation.d.ts.map