uni-ticket-system/node_modules/@dcloudio/uni-app-vite/dist/vue/plugins/renderjs.d.ts
2023-12-05 10:11:10 +08:00

5 lines
190 B
TypeScript

import { 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;