UNPKG

@auth/core

Version:

Authentication for the Web.

8 lines 262 B
import type { Theme } from "../../types.js"; export interface SignoutProps { url?: URL; csrfToken?: string; theme?: Theme; } export default function SignoutPage(props: SignoutProps): import("preact").JSX.Element; //# sourceMappingURL=signout.d.ts.map