UNPKG

next

Version:

The React Framework

5 lines (4 loc) 358 B
export declare function pageNotFoundError(page: string): Error; export declare function getPagePath(page: string, distDir: string, serverless: boolean, dev?: boolean): string; export declare function requirePage(page: string, distDir: string, serverless: boolean): any; export declare function requireFontManifest(distDir: string, serverless: boolean): any;