communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
11 lines • 373 B
TypeScript
/**
* Default max listeners for use with {@link EventEmitter.setMaxListeners} function
* @internal
*/
export declare const _MAX_EVENT_LISTENERS = 50;
/**
* The key for the rich text editor inline image file name attribute
* @internal
*/
export declare const _IMAGE_ATTRIBUTE_INLINE_IMAGE_FILE_NAME_KEY = "data-image-file-name";
//# sourceMappingURL=constants.d.ts.map