UNPKG

next

Version:

The React Framework

4 lines (3 loc) 201 B
/// <reference types="react" /> export declare const SearchParamsContext: import("react").Context<URLSearchParams | null>; export declare const PathnameContext: import("react").Context<string | null>;