UNPKG

@azure/communication-react

Version:

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

6 lines 360 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { createAzureCommunicationChatAdapter, createAzureCommunicationChatAdapterFromClient, useAzureCommunicationChatAdapter } from './adapter/AzureCommunicationChatAdapter'; export { ChatComposite } from './ChatComposite'; export * from './Strings'; //# sourceMappingURL=index.js.map