UNPKG

next

Version:

The React Framework

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