chore(package/interface): add label to progressCircle (#2)

This commit is contained in:
Zoo
2025-05-04 17:59:02 +02:00
committed by GitHub
parent 4491ad3599
commit ab0dac8fde

View File

@@ -12,6 +12,7 @@ interface PropProps {
}
interface ProgressProps {
label?: string;
duration: number;
position?: 'middle' | 'bottom';
useWhileDead?: boolean;