uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/json/app/manifest/arguments.d.ts

3 lines
198 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
export declare function initArguments(manifestJson: Record<string, any>, pagesJson: UniApp.PagesJson): void;
export declare function parseArguments(pagesJson: UniApp.PagesJson): string | undefined;