import './styles/index.less'; import { Tag } from './tag'; export type { TagProps, TagShape, TagSize, TagType } from './types'; export { Tag }; export default Tag;