UNPKG

interweave-autolink

Version:

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

4 lines 197 B
/// <reference types="react" /> import { LinkProps } from './types'; export declare function Link({ children, href, onClick, newWindow }: LinkProps): JSX.Element; //# sourceMappingURL=Link.d.ts.map