mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
.d.ts updates
This commit is contained in:
parent
cce7716ed9
commit
649d401152
49 changed files with 162 additions and 162 deletions
2
components/progressbar/ProgressBar.d.ts
vendored
2
components/progressbar/ProgressBar.d.ts
vendored
|
@ -20,7 +20,7 @@ export interface ProgressBarProps {
|
|||
value?: number | undefined;
|
||||
/**
|
||||
* Defines the mode of the progress
|
||||
* @defaultValue 'determinate'
|
||||
* @defaultValue determinate
|
||||
*/
|
||||
mode?: 'determinate' | 'indeterminate' | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue