10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
/**
|
|
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
|
|
*/
|
|
declare const _default: () => any;
|
|
export default _default;
|
|
/**
|
|
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
|
|
*/
|
|
export declare function setConfig(configValue: any): void;
|