Skip to content

Commit

Permalink
Add props to SingleDatePickerShape file too
Browse files Browse the repository at this point in the history
  • Loading branch information
b0gok committed May 17, 2017
1 parent 9444f50 commit be474ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shapes/SingleDatePickerShape.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default {
screenReaderInputMessage: PropTypes.string,
showClearDate: PropTypes.bool,
customCloseIcon: PropTypes.node,
showDefaultInputIcon: PropTypes.bool,
customInputIcon: PropTypes.node,

// calendar presentation and interaction related props
renderMonth: PropTypes.func,
Expand Down

0 comments on commit be474ce

Please sign in to comment.