UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

14 lines (11 loc) 409 B
import { Conversation } from '../types/models.js'; interface UseConversationListResult { conversations: Conversation[]; loadMore: () => void; loading: boolean; hasMore: boolean; error: Error; } declare function useConversationList(accountId: string): UseConversationListResult; export { UseConversationListResult, useConversationList }; //# sourceMappingURL=useConversationList.d.ts.map