next
Version:
The React Framework
6 lines (5 loc) • 410 B
TypeScript
import { NextConfigComplete } from './config-shared';
export { DomainLocale, NextConfig, normalizeConfig } from './config-shared';
export default function loadConfig(phase: string, dir: string, customConfig?: object | null): Promise<NextConfigComplete>;
export declare const shouldUseReactRoot: () => boolean;
export declare function setHttpAgentOptions(options: NextConfigComplete['httpAgentOptions']): void;