vending-machine/mobile/node_modules/@dcloudio/uni-app-vite/dist/plugin/index.d.ts
2026-04-03 06:07:13 +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;