uni-ticket-system/node_modules/unplugin-vue-components/dist/index.d.ts
2023-12-05 10:11:10 +08:00

14 lines
721 B
TypeScript

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 };