makearmy-app/node_modules/next/dist/client/request/params.browser.dev.d.ts

3 lines
177 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
import type { Params } from '../../server/request/params';
export declare function makeDynamicallyTrackedExoticParamsWithDevWarnings(underlyingParams: Params): Promise<Params>;