UNPKG

artwork-react-native

Version:

artwork design master for react-native

9 lines (8 loc) 164 B
export interface BadgeProps { size?: 'large' | 'small'; overflowCount?: number; corner?: boolean; dot?: boolean; text?: any; style?: any; }