UNPKG

next

Version:

The React Framework

4 lines (3 loc) 364 B
export declare function getPagePath(page: string, distDir: string, serverless: boolean, dev?: boolean, locales?: string[], appDirEnabled?: boolean): string; export declare function requirePage(page: string, distDir: string, serverless: boolean, appDirEnabled?: boolean): any; export declare function requireFontManifest(distDir: string, serverless: boolean): any;