UNPKG

antd-mobile

Version:

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

13 lines (12 loc) 295 B
interface ActivityIndicatorPropTypes { animating?: boolean; toast?: boolean; color?: 'gray' | 'white'; size?: 'large' | 'small'; text?: string; styles?: any; /** web only */ prefixCls?: string; className?: string; } export default ActivityIndicatorPropTypes;