next
Version:
The React Framework
5 lines (4 loc) • 354 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 function setHttpAgentOptions(options: NextConfigComplete['httpAgentOptions']): void;