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.

9 lines (8 loc) 368 B
export interface KeyRotationProps { className?: string; } declare function KeyRotationInner({ className }: KeyRotationProps): import("react").DetailedReactHTMLElement<{ className: string; }, HTMLElement>; export declare function KeyRotation(props: Parameters<typeof KeyRotationInner>[0]): import("react").FunctionComponentElement<KeyRotationProps>; export {};