初始化
This commit is contained in:
13
uni_modules/UniDevTools/node_modules/unplugin-vue-components/dist/index.d.ts
generated
vendored
Normal file
13
uni_modules/UniDevTools/node_modules/unplugin-vue-components/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Options } from './types.js';
|
||||
export { ComponentInfo, ComponentResolveResult, ComponentResolver, ComponentResolverFunction, ComponentResolverObject, ComponentsImportMap, ImportInfo, ImportInfoLegacy, Matcher, PublicPluginAPI, ResolvedOptions, SideEffectsInfo, SupportedTransformer, Transformer, TypeImport } from './types.js';
|
||||
import * as unplugin from 'unplugin';
|
||||
import '@rollup/pluginutils';
|
||||
import '@antfu/utils';
|
||||
|
||||
declare const _default: unplugin.UnpluginInstance<Options, boolean>;
|
||||
|
||||
declare function pascalCase(str: string): string;
|
||||
declare function camelCase(str: string): string;
|
||||
declare function kebabCase(key: string): string;
|
||||
|
||||
export { Options, camelCase, _default as default, kebabCase, pascalCase };
|
||||
Reference in New Issue
Block a user