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