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

10 lines
321 B
TypeScript

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