UNPKG

interweave-autolink

Version:

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

4 lines 192 B
/// <reference types="react" /> import { UrlProps } from './types'; export declare function Url({ children, url, urlParts, ...props }: UrlProps): JSX.Element; //# sourceMappingURL=Url.d.ts.map