UNPKG

@heymarco/next-auth

Version:

A complete authentication solution for web applications.

9 lines (8 loc) 263 B
import { default as React } from 'react'; export interface EmailConfirmationLinkProps { children?: React.ReactNode; } export declare const EmailConfirmation: { Url: () => string | null; Link: (props: EmailConfirmationLinkProps) => React.ReactNode; };