EASYAIuniappNewUI/node_modules/@dcloudio/uni-app-vite/dist/plugin/index.d.ts
2025-02-08 18:50:38 +08:00

6 lines
199 B
TypeScript

import { type UniVitePlugin } from '@dcloudio/uni-cli-shared';
export declare function uniAppPlugin({ renderer, appService, }?: {
renderer?: 'native';
appService: boolean;
}): UniVitePlugin;