communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
15 lines • 786 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* This file is for the generate of the complete API of the package.
* This also includes the sub export of the javascript-loaders in the API.
* To use these exports the user will need to import the functions from
* '@azure/communication-react/javascript-loaders' instead of from the main entry point.
*
* This is to avoid having these new functions affect developers that are not using the current
* version of react that is needed to use these functions inside their react application. In this
* instance it is recommended that the developer use the react components and composites directly.
*/
export * from './javascript-loaders';
export * from './index';
//# sourceMappingURL=api-summary.js.map