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

3 lines
192 B
TypeScript

export declare function definePageCode(pagesJson: Record<string, any>, platform?: UniApp.PLATFORM): string;
export declare function defineNVuePageCode(pagesJson: Record<string, any>): string;