Refactor #3965 - For ProgressSpinner

This commit is contained in:
Bahadır Sofuoğlu 2023-05-24 14:44:15 +03:00
parent 9377287826
commit ee81d3b10c
3 changed files with 78 additions and 45 deletions

View file

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