SliderProps
Defined in: components/BouncingSlider/index.tsx:16
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
afterIcon? | ReactNode | components/BouncingSlider/index.tsx:28 |
beforeIcon? | ReactNode | components/BouncingSlider/index.tsx:27 |
changeOnDrag? | boolean | components/BouncingSlider/index.tsx:29 |
className? | string | components/BouncingSlider/index.tsx:17 |
isPlaying? | boolean | components/BouncingSlider/index.tsx:22 |
max | number | components/BouncingSlider/index.tsx:21 |
min | number | components/BouncingSlider/index.tsx:20 |
onAfterChange? | (v) => void | components/BouncingSlider/index.tsx:24 |
onBeforeChange? | () => void | components/BouncingSlider/index.tsx:25 |
onChange? | (v) => void | components/BouncingSlider/index.tsx:23 |
onSeeking? | (v) => void | components/BouncingSlider/index.tsx:26 |
style? | CSSProperties | components/BouncingSlider/index.tsx:18 |
value | number | components/BouncingSlider/index.tsx:19 |