Files
2026-08-11 17:41:36 +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;