next-router-mock
Version:
Mock implementation of the Next.js Router
8 lines (7 loc) • 475 B
TypeScript
import type * as NextNav from "next/navigation";
export declare const useRouter: typeof NextNav.useRouter;
export declare const useSearchParams: typeof NextNav.useSearchParams;
export declare const usePathname: typeof NextNav.usePathname;
export declare const useParams: typeof NextNav.useParams;
export declare const useSelectedLayoutSegment: typeof NextNav.useSelectedLayoutSegment;
export declare const useSelectedLayoutSegments: typeof NextNav.useSelectedLayoutSegments;