UNPKG

interweave-autolink

Version:

URL, IP, email, and hashtag autolinking support for Interweave.

4 lines 214 B
/// <reference types="react" /> import { MentionProps } from './types'; export declare function Mention({ children, mention, mentionUrl, ...props }: MentionProps): JSX.Element; //# sourceMappingURL=Mention.d.ts.map