uni-ticket-system/node_modules/@dcloudio/uni-app-vite/dist/plugin/index.d.ts
2023-12-05 10:11:10 +08:00

6 lines
194 B
TypeScript

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