Files
huishou/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/arguments.d.ts
T
2026-07-27 14:07:26 +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;