next
Version:
The React Framework
10 lines (9 loc) • 352 B
TypeScript
export declare function writeAppTypeDeclarations({ baseDir, distDir, imageImportsEnabled, hasPagesDir, hasAppDir, strictRouteTypes, typedRoutes, }: {
baseDir: string;
distDir: string;
imageImportsEnabled: boolean;
hasPagesDir: boolean;
hasAppDir: boolean;
strictRouteTypes: boolean;
typedRoutes: boolean;
}): Promise<void>;