Skip to content

Commit

Permalink
improve disabled prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Aug 4, 2024
1 parent dfeef6e commit b4fde88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-base/src/Slider/Root/SliderRoot.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export interface SliderRootProps
* The default value of the slider. Use when the component is not controlled.
*/
defaultValue?: number | ReadonlyArray<number>;
/**
/**
* If `true`, the component is disabled.
* @default false
Expand Down

0 comments on commit b4fde88

Please sign in to comment.