communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
10 lines • 351 B
TypeScript
/// <reference types="react" />
import { Mention } from '../MentionPopover';
/**
* Provides the default implementation for rendering an Mention in a message thread
* @param mention - The mention to render
*
* @private
*/
export declare const defaultOnMentionRender: (mention: Mention) => JSX.Element;
//# sourceMappingURL=MentionRenderer.d.ts.map