/** * 标签tag */ import Tag from './tag'; export type { TagProps } from './tag'; export default Tag;