mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Slider
This commit is contained in:
parent
4d72372975
commit
785aa3d297
3 changed files with 138 additions and 104 deletions
5
components/lib/slider/Slider.d.ts
vendored
5
components/lib/slider/Slider.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue