UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

7 lines (6 loc) 152 B
export interface ProgressPropsType { percent?: number; position?: 'fixed' | 'normal'; unfilled?: boolean; appearTransition?: boolean; }