.d.ts updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-08 13:51:52 +03:00
parent cce7716ed9
commit 649d401152
49 changed files with 162 additions and 162 deletions

View file

@ -20,7 +20,7 @@ export interface ProgressBarProps {
value?: number | undefined;
/**
* Defines the mode of the progress
* @defaultValue 'determinate'
* @defaultValue determinate
*/
mode?: 'determinate' | 'indeterminate' | undefined;
/**