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

5 lines
452 B
TypeScript

export declare function initNVue(manifestJson: Record<string, any>, pagesJson: UniApp.PagesJson): void;
export declare function getNVueCompiler(manifestJson: Record<string, any>): "uni-app" | "vue" | "weex" | "vite";
export declare function getNVueStyleCompiler(manifestJson: Record<string, any>): "uni-app" | "weex";
export declare function getNVueFlexDirection(manifestJson: Record<string, any>): "column" | "row" | "row-reverse" | "column-reverse";