UNPKG

antd-mobile

Version:

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

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