@replyke/ui-core-react-js
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
3 lines (2 loc) • 355 B
TypeScript
import { Mention } from "@replyke/core";
export declare const parseContentWithMentions: (content: string, mentions: Mention[], currentUserId: string | undefined, currentUserClickCallback: (() => void) | undefined, otherUserClickCallback: ((userId: string, userForeignId: string | null | undefined) => void) | undefined) => (string | React.JSX.Element)[];