create project
This commit is contained in:
15
kitabcitab/node_modules/next/dist/export/index.d.ts
generated
vendored
Normal file
15
kitabcitab/node_modules/next/dist/export/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { NextConfigComplete } from '../server/config-shared';
|
||||
import { Span } from '../trace';
|
||||
interface ExportOptions {
|
||||
outdir: string;
|
||||
silent?: boolean;
|
||||
threads?: number;
|
||||
pages?: string[];
|
||||
buildExport?: boolean;
|
||||
statusMessage?: string;
|
||||
exportPageWorker?: typeof import('./worker').default;
|
||||
endWorker?: () => Promise<void>;
|
||||
appPaths?: string[];
|
||||
}
|
||||
export default function exportApp(dir: string, options: ExportOptions, span: Span, configuration?: NextConfigComplete): Promise<void>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user