Skip to content

Commit

Permalink
right button propType order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hanson committed Jan 14, 2017
1 parent 1d828d9 commit 072b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default class Swipeable extends PureComponent {
// right buttons lifecycle
onRightButtonsActivate: PropTypes.func,
onRightButtonsDeactivate: PropTypes.func,
onRightButtonsOpenComplete: PropTypes.func,
onRightButtonsOpenRelease: PropTypes.func,
onRightButtonsOpenComplete: PropTypes.func,
onRightButtonsCloseRelease: PropTypes.func,
onRightButtonsCloseComplete: PropTypes.func,
rightButtonWidth: PropTypes.number,
Expand Down

0 comments on commit 072b117

Please sign in to comment.