mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
chore(package/interface): add label to progressCircle (#2)
This commit is contained in:
@@ -12,6 +12,7 @@ interface PropProps {
|
||||
}
|
||||
|
||||
interface ProgressProps {
|
||||
label?: string;
|
||||
duration: number;
|
||||
position?: 'middle' | 'bottom';
|
||||
useWhileDead?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user