import { default as Tag } from './Tag.vue'; import { default as TagGroup } from './TagGroup.vue'; export { Tag as VxTag }; export { TagGroup as VxTagGroup }; export { tagProps, tagEmits, tagGroupProps, tagGroupEmits } from './tag'; export type { TagProps, TagGroupProps, TagType, TagSize, TagVariant, TagEffect } from './tag';