Initial boiler plate project
This commit is contained in:
8
node_modules/next/dist/export/index.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/export/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import type { ExportAppResult, ExportAppOptions } from './types';
|
||||
import '../server/require-hook';
|
||||
import type { Span } from '../trace';
|
||||
export declare class ExportError extends Error {
|
||||
code: string;
|
||||
}
|
||||
export declare function exportAppImpl(dir: string, options: Readonly<ExportAppOptions>, span: Span): Promise<ExportAppResult | null>;
|
||||
export default function exportApp(dir: string, options: ExportAppOptions, span: Span): Promise<ExportAppResult | null>;
|
||||
Reference in New Issue
Block a user