Skip to content

Commit

Permalink
Rename to FallingDrawer
Browse files Browse the repository at this point in the history
  • Loading branch information
i6mi6 committed Oct 14, 2017
1 parent ba871f8 commit 98e7c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@ const styles = {
}
}

CollapsibleDrawer.propTypes = {
FallingDrawer.propTypes = {
headerHeight: PropTypes.number,
shakeDuration: PropTypes.number,
optionCollapseSpeed: PropTypes.number,
optionCollapseDelay: PropTypes.number,
diversifyAnimations: PropTypes.bool,
};

CollapsibleDrawer.defaultProps = {
FallingDrawer.defaultProps = {
headerHeight: HEADER_HEIGHT,
shakeDuration: 800,
optionCollapseSpeed: 150,
Expand Down

0 comments on commit 98e7c3e

Please sign in to comment.