index.d.ts 194 B

12345
  1. import { UniVitePlugin } from '@dcloudio/uni-cli-shared';
  2. export declare function uniAppPlugin({ renderer, appService, }?: {
  3. renderer?: 'native';
  4. appService: boolean;
  5. }): UniVitePlugin;