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

5 lines
195 B
TypeScript

import type { Plugin } from 'vite';
export declare const APP_WXS_JS = "app-wxs.js";
export declare const APP_RENDERJS_JS = "app-renderjs.js";
export declare function uniRenderjsPlugin(): Plugin;