UNPKG

next-router-mock

Version:
8 lines (7 loc) 475 B
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;