UNPKG

@azure/communication-react

Version:

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

12 lines 651 B
/// <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