UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

14 lines 495 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Default max listeners for use with {@link EventEmitter.setMaxListeners} function * @internal */ export const _MAX_EVENT_LISTENERS = 50; /* @conditional-compile-remove(rich-text-editor-image-upload) */ /** * The key for the rich text editor inline image file name attribute * @internal */ export const _IMAGE_ATTRIBUTE_INLINE_IMAGE_FILE_NAME_KEY = 'data-image-file-name'; //# sourceMappingURL=constants.js.map