vending-machine/mobile/node_modules/@dcloudio/uni-app-vite/dist/nvue/plugins/esbuild.d.ts
2026-04-03 06:07:13 +08:00

7 lines
226 B
TypeScript

import type { Plugin } from 'vite';
export declare function uniEsbuildPlugin({ appService, }: {
renderer?: 'native';
appService: boolean;
}): Plugin;
export declare function wrapperNVueAppStyles(code: string): string;