UNPKG

next-auth

Version:

Authentication for Next.js

10 lines (9 loc) 289 B
/// <reference types="react" /> import { Theme } from "../.."; import { InternalUrl } from "../../lib/parse-url"; interface VerifyRequestPageProps { url: InternalUrl; theme: Theme; } export default function VerifyRequestPage(props: VerifyRequestPageProps): JSX.Element; export {};