uni-ticket-system/node_modules/@dcloudio/uni-app-vite/dist/nvue/plugins/esbuild.d.ts
2023-12-05 10:11:10 +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;