/** * Tag Component * @description 标签组件导出 */ import Tag from './src/tag.vue'; export declare const YhTag: any; export default YhTag; export * from './src/tag'; export type TagInstance = InstanceType; export type YhTagInstance = TagInstance; export type YhTagProps = import('./src/tag').TagProps; export type YhTagEmits = import('./src/tag').TagEmits; export type YhTagSlots = import('./src/tag').TagSlots; export type YhTagType = import('./src/tag').TagType; export type YhTagSize = import('./src/tag').TagSize; export type YhTagEffect = import('./src/tag').TagEffect;