renderjs.d.ts 190 B

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