3 lines
136 B
TypeScript
Executable File
3 lines
136 B
TypeScript
Executable File
import type { NextConfig } from '../server/config-shared';
|
|
export declare function needsExperimentalReact(config: NextConfig): boolean;
|