UNPKG

@inertiapixel/nextjs-auth

Version:

A reusable Next.js authentication package supporting credentials, OTP, and OAuth login.

6 lines (5 loc) 114 B
export declare function useNavigation(): { current: string; full: string; previous: string | null; };