UNPKG

antd-mobile

Version:

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

15 lines (14 loc) 325 B
interface ProgressProps { percent?: number; position?: 'fixed' | 'normal'; unfilled?: 'show' | 'hide'; style?: any; /** rn only */ wrapWidth?: number; styles?: any; /** web only */ prefixCls?: string; className?: string; appearTransition?: boolean; } export default ProgressProps;