UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

7 lines 611 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'; //# sourceMappingURL=index.d.ts.map