Skip to content

Commit

Permalink
fix(Range): made ticksStep optional
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed May 28, 2024
1 parent ad4cb0e commit d054b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Range/Range.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type RangeProps = Omit<
color?: ComponentColor
size?: ComponentSize
displayTicks?: boolean
ticksStep: number
ticksStep?: number
}

const Range = forwardRef<HTMLInputElement, RangeProps>(
Expand Down

0 comments on commit d054b29

Please sign in to comment.