Refactor #3965 - For ProgressBar

This commit is contained in:
Bahadır Sofuoğlu 2023-05-25 19:32:25 +03:00
parent 05d2d7e90b
commit 092713bc63
3 changed files with 171 additions and 141 deletions

View file

@ -68,6 +68,11 @@ export interface ProgressBarProps {
* @type {ProgressBarPassThroughOptions}
*/
pt?: ProgressBarPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**