UNPKG

replyke-rn

Version:

Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

3 lines (2 loc) 257 B
import { Mention, SocialStyleCallbacks } from "replyke-core"; export declare const parseContentWithMentions: (content: string, mentions: Mention[], currentUserId: string | undefined, callbacks: SocialStyleCallbacks | undefined) => (string | JSX.Element)[];