export * from './Tag'; import { TagProps, TagValueType } from './types'; export type { TagValueType, TagProps };