UNPKG

antd-mobile-alita

Version:

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

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