uniConfig.d.ts 283 B

123456
  1. export declare function normalizeAppUniConfig(pagesJson: UniApp.PagesJson, manifestJson: Record<string, any>): string;
  2. export declare function parseEntryPagePath(pagesJson: UniApp.PagesJson): {
  3. entryPagePath: string;
  4. entryPageQuery: string;
  5. realEntryPagePath: string;
  6. };