Files
2026-08-11 17:41:36 +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;