更新
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { SFCScriptCompileOptions } from '@vue/compiler-sfc';
|
||||
export declare function uniMainJsPlugin(options?: {
|
||||
normalizeComponentName?: (name: string) => string;
|
||||
babelParserPlugins?: SFCScriptCompileOptions['babelParserPlugins'];
|
||||
}): import("vite").Plugin<any>;
|
||||
Reference in New Issue
Block a user