UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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;