UNPKG

communication-react-19

Version:

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

8 lines 669 B
export { createStatefulChatClient, _createStatefulChatClientInner, _createStatefulChatClientWithDeps } from './StatefulChatClient'; export type { StatefulChatClient, StatefulChatClientArgs, StatefulChatClientOptions } from './StatefulChatClient'; export type { ChatMessageWithStatus } from './types/ChatMessageWithStatus'; export type { ResourceFetchResult } from './types/ChatMessageWithStatus'; export { ChatError } from './ChatClientState'; export type { ChatClientState, ChatErrors, ChatThreadClientState, ChatThreadProperties, ChatErrorTarget } from './ChatClientState'; export type { MessagingPolicy } from './ChatClientState'; //# sourceMappingURL=index.d.ts.map