EASYAIuniappNewUI/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/arguments.d.ts
2025-02-08 18:50:38 +08:00

3 lines
198 B
TypeScript

export declare function initArguments(manifestJson: Record<string, any>, pagesJson: UniApp.PagesJson): void;
export declare function parseArguments(pagesJson: UniApp.PagesJson): string | undefined;