UNPKG

interweave-autolink

Version:

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

4 lines 243 B
/// <reference types="react" /> import { HashtagProps } from './types'; export declare function Hashtag({ children, encodeHashtag, hashtag, hashtagUrl, preserveHash, ...props }: HashtagProps): JSX.Element; //# sourceMappingURL=Hashtag.d.ts.map