import { type TagProps } from './Tag.types'; /** * The general-purpose Tag component. * This component switches the variants of looks depends on the props: href, onClick, disabled, showCloseButton. * - If `href` is provided, the tag will be displayed as `` tag. * - If `onClick` is `provided, the tag will be displayed as `