UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

8 lines 474 B
import { ChatThreadItem, ChatClient, RestListChatThreadsOptions } from '@azure/communication-chat'; import { ChatContext } from '../ChatContext'; import { PagedAsyncIterableIterator } from '@azure/core-paging'; /** * @private */ export declare const createDecoratedListThreads: (chatClient: ChatClient, context: ChatContext) => ((options?: RestListChatThreadsOptions) => PagedAsyncIterableIterator<ChatThreadItem>); //# sourceMappingURL=createDecoratedListThreads.d.ts.map