Skip to content

Commit

Permalink
refactor: remove modelValue prop from SliderRoot interface
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 1, 2024
1 parent dc74daf commit 2fcdbad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/slider/SliderRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export interface SliderRootProps {
value?: number[]
defaultValue?: number[]
inverted?: boolean
modelValue?: number[] // Add this
}

export const DEFAULT_SLIDER_ROOT_PROPS = {
Expand Down

0 comments on commit 2fcdbad

Please sign in to comment.