UNPKG

antd-mobile-alita

Version:

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

7 lines (6 loc) 143 B
export interface ActivityIndicatorPropTypes { animating?: boolean; toast?: boolean; size?: 'large' | 'small'; text?: string; }