Refactor #3965 - For Slider

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 17:09:28 +03:00
parent 4d72372975
commit 785aa3d297
3 changed files with 138 additions and 104 deletions

View file

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