UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

10 lines (9 loc) 286 B
/// <reference types="react" /> import { ProgressProps } from './interface'; declare const CircleProgress: (props: ProgressProps & { prefixCls?: string; width: number; pathStrokeWidth?: number; pathStrokeColor?: string; }) => JSX.Element; export default CircleProgress;