UNPKG

@sms-frontend/components

Version:

SMS 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;