You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
356 B
6 lines
356 B
|
2 months ago
|
/// <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>;
|