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