/// import CompCommon from '../../common/type'; export interface BadgeProps extends CompCommon { dot?: boolean; value?: string | number; maxValue?: number; color?: string; content?: React.ReactNode; }