interface ProgressProps {
    percent: number;
}

Properties

Properties

percent: number