react-component / slider

React Slider
https://slider.react-component.now.sh/
MIT License
3.04k stars 772 forks source link

Update type for SliderStyles #950

Closed Frankusky closed 2 weeks ago

Frankusky commented 10 months ago

SliderStyles properties should be able to receive an array of objects or an object

This line should be replaced with export type SliderStyles = Partial<Record<SemanticName, React.CSSProperties|React.CSSProperties[]>>;

Currently it throws a Typescript error when I try to pass an array of objects on rail, handle and track properties