uni-ticket-system/node_modules/@dcloudio/uni-app-vite/dist/nvue/plugins/esbuild.d.ts

7 lines
226 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
import type { Plugin } from 'vite';
export declare function uniEsbuildPlugin({ appService, }: {
renderer?: 'native';
appService: boolean;
}): Plugin;
export declare function wrapperNVueAppStyles(code: string): string;