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.

3 lines (2 loc) 91 B
import type { AuthState } from './types.js'; export declare function useAuth(): AuthState;