Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/// <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>;
|
||||
Reference in New Issue
Block a user