UNPKG

next

Version:

The React Framework

4 lines (3 loc) 195 B
import type { ExportPagesInput, ExportPagesResult } from './types'; import '../server/node-environment'; export declare function exportPages(input: ExportPagesInput): Promise<ExportPagesResult>;