UNPKG

communication-react-19

Version:

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

8 lines 506 B
import { ChatParticipant, ChatThreadClient, RestListParticipantsOptions } from '@azure/communication-chat'; import { ChatContext } from '../ChatContext'; import { PagedAsyncIterableIterator } from '@azure/core-paging'; /** * @private */ export declare const createDecoratedListParticipants: (chatThreadClient: ChatThreadClient, context: ChatContext) => ((options?: RestListParticipantsOptions) => PagedAsyncIterableIterator<ChatParticipant>); //# sourceMappingURL=createDecoratedListParticipants.d.ts.map