UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

9 lines (8 loc) 254 B
import { ProgressProps } from './interface'; declare const CircleProgress: (props: ProgressProps & { prefixCls?: string; width: number; pathStrokeWidth?: number; pathStrokeColor?: string; }) => JSX.Element; export default CircleProgress;