UNPKG

@azure/communication-react

Version:

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

12 lines 711 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { memoizeFnAll } from './memoizeFnAll'; export { fromFlatCommunicationIdentifier, toFlatCommunicationIdentifier, _toCommunicationIdentifier, _isValidIdentifier, _isIdentityMicrosoftTeamsUser } from './identifier'; export { _getApplicationId } from './telemetry'; export { _formatString } from './localizationUtils'; export { _safeJSONStringify } from './safeStringify'; export { _convertPxToRem, _convertRemToPx, _preventDismissOnEvent, _getKeys } from './common'; export { _MAX_EVENT_LISTENERS } from './constants'; export { _pxToRem } from './cssUtils'; export { _logEvent } from './logEvent'; //# sourceMappingURL=index.js.map