Files
verify/frontend/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

6 lines
356 B
TypeScript

/// <reference types="react" />
import type { Params } from '../../shared/lib/router/utils/route-matcher';
export declare const SearchParamsContext: import("react").Context<URLSearchParams | null>;
export declare const PathnameContext: import("react").Context<string | null>;
export declare const PathParamsContext: import("react").Context<Params | null>;