更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { Plugin } from 'vite';
|
||||
export declare function uniEsbuildPlugin({ appService, }: {
|
||||
renderer?: 'native';
|
||||
appService: boolean;
|
||||
}): Plugin;
|
||||
export declare function wrapperNVueAppStyles(code: string): string;
|
||||
Reference in New Issue
Block a user