communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
12 lines • 651 B
TypeScript
/// <reference types="react" />
import type { FluentChatMessageComponentWrapperProps } from '../MessageComponents/FluentChatMessageComponent';
/**
* The component for rendering a chat message using Fluent UI components
* and handling default and custom renderers.
* This component handles rendering for chat message body, avatar and message status.
* The chat message body, avatar and message status should be shown for both default and custom renderers.
*
* @private
*/
export declare const FluentChatMyMessageComponent: (props: FluentChatMessageComponentWrapperProps) => JSX.Element;
//# sourceMappingURL=FluentChatMyMessageComponent.d.ts.map