rdesign/frontend/node_modules/next/dist/shared/lib/runtime-config.external.d.ts

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;