UNPKG

@azure/communication-react

Version:

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

19 lines 1.25 kB
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 type { Common, CommonProperties } from './commonProperties'; export type { CallbackType, FunctionWithKey } from './memoizeFnAll'; export type { AreEqual, AreParamEqual, AreTypeEqual } from './areEqual'; export type { MessageStatus } from './MessageStatus'; export type { _IObjectMap } from './localizationUtils'; export type { _TelemetryImplementationHint } from './telemetry'; export { _MAX_EVENT_LISTENERS } from './constants'; export { _pxToRem } from './cssUtils'; export { _logEvent } from './logEvent'; export type { TelemetryEvent } from './logEvent'; export type { AttachmentMetadata, AttachmentMetadataInProgress, AttachmentProgressError } from './common'; export type { MessageOptions, ChatMessageType } from './common'; //# sourceMappingURL=index.d.ts.map