UNPKG

@adonis-agora/authkit-react

Version:

Frontend ergonomics over AuthKit for AdonisJS + Inertia + React apps: a typed useAuth() hook, role-gating hooks and gating components.

7 lines (6 loc) 148 B
export interface SignOutOptions { returnTo?: string; } export declare function useSignOut(): { signOut: (opts?: SignOutOptions) => void; };