UNPKG

antd-mobile-alita

Version:

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

8 lines (7 loc) 152 B
export interface BadgePropsTypes { size?: 'large' | 'small'; overflowCount?: number; corner?: boolean; dot?: boolean; text?: any; }