require.d.ts 364 B

123
  1. export declare function getPagePath(page: string, distDir: string, serverless: boolean, dev?: boolean, locales?: string[], appDirEnabled?: boolean): string;
  2. export declare function requirePage(page: string, distDir: string, serverless: boolean, appDirEnabled?: boolean): any;
  3. export declare function requireFontManifest(distDir: string, serverless: boolean): any;