UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

16 lines (15 loc) 308 B
interface BadgeProps { size?: 'large' | 'small'; overflowCount?: number; corner?: boolean; dot?: boolean; text?: any; style?: any; /** rn only */ styles?: any; /** web only */ prefixCls?: string; className?: string; hot?: boolean; } export default BadgeProps;