NeahFront3/node_modules/next-auth/core/pages/verify-request.d.ts
2025-04-09 18:02:58 +02:00

10 lines
335 B
TypeScript

/// <reference types="react" />
import { Theme } from "../..";
import { InternalUrl } from "../../utils/parse-url";
interface VerifyRequestPageProps {
url: InternalUrl;
theme: Theme;
}
export default function VerifyRequestPage(props: VerifyRequestPageProps): JSX.Element;
export {};
//# sourceMappingURL=verify-request.d.ts.map