H5-contact/node_modules/@dcloudio/uni-cli-shared/dist/json/app/pages/definePage.d.ts

4 lines
303 B
TypeScript

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