5 lines
190 B
TypeScript
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;
|