Skip to content

Commit

Permalink
Updated propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
n4kz committed Jun 20, 2017
1 parent 2dbca4b commit 84a5bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/dropdown/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const maxMargin = 16;

export default class Dropdown extends PureComponent {
static defaultProps = {
disabled: false,

rippleOpacity: 0.54,
shadeOpacity: 0.12,

Expand All @@ -36,6 +38,8 @@ export default class Dropdown extends PureComponent {
};

static propTypes = {
disabled: PropTypes.bool,

rippleOpacity: PropTypes.number,
shadeOpacity: PropTypes.number,

Expand Down

0 comments on commit 84a5bfe

Please sign in to comment.