UNPKG

interweave-autolink

Version:

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

4 lines 204 B
/// <reference types="react" /> import { EmailProps } from './types'; export declare function Email({ children, email, emailParts, ...props }: EmailProps): JSX.Element; //# sourceMappingURL=Email.d.ts.map