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