Skip to content

Commit

Permalink
pnpm docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Oct 26, 2024
1 parent d8b57fa commit eee1d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/slider/CustomizedSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function ValueLabelComponent(props) {

ValueLabelComponent.propTypes = {
children: PropTypes.element.isRequired,
value: PropTypes.number.isRequired,
value: PropTypes.node,
};

const iOSBoxShadow =
Expand Down

0 comments on commit eee1d2d

Please sign in to comment.