props.ts 153 B

12345678
  1. export type ClProgressProps = {
  2. className?: string;
  3. value?: number;
  4. strokeWidth?: number;
  5. showText?: boolean;
  6. color?: string;
  7. unColor?: string;
  8. };