Skip to content

Commit

Permalink
fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 23, 2024
1 parent 75d5334 commit b9298bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/examples/vertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export default () => (
<div style={style}>
<p>Range with marks and draggableTrack</p>
<Slider
range
draggableTrack
range={{ draggableTrack: true }}
vertical
min={-10}
marks={marks}
Expand All @@ -105,8 +104,7 @@ export default () => (
<div style={style}>
<p>Range with marks and draggableTrack(reverse)</p>
<Slider
range
draggableTrack
range={{ draggableTrack: true }}
vertical
reverse
min={-10}
Expand Down

0 comments on commit b9298bd

Please sign in to comment.