Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/server/request/root-params.d.ts
2025-09-21 20:29:15 +07:00

6 lines
188 B
TypeScript
Executable File

import type { Params } from './params';
/**
* @deprecated import specific root params from `next/root-params` instead.
*/
export declare function unstable_rootParams(): Promise<Params>;