4 lines
303 B
TypeScript
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;
|