Skip to content

Commit

Permalink
add array to dotStyles propTypes (leecade#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby authored and ArrayZoneYour committed Jun 27, 2019
1 parent 7ee508a commit 7ebd74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export default class extends Component {
autoplayDirection: PropTypes.bool,
index: PropTypes.number,
renderPagination: PropTypes.func,
dotStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.number]),
activeDotStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.number]),
dotStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.number, PropTypes.array]),
activeDotStyle: PropTypes.oneOfType([PropTypes.object, PropTypes.number, PropTypes.array]),
dotColor: PropTypes.string,
activeDotColor: PropTypes.string,
/**
Expand Down

0 comments on commit 7ebd74d

Please sign in to comment.