Skip to content

Commit

Permalink
Update propTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jan 12, 2017
1 parent 9bd4281 commit 14a600f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/FullscreenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,16 @@ export default class FullscreenDialog extends Component {

FullscreenDialog.propTypes = {
actionButton: PropTypes.node,
appBarStyle: PropTypes.object,
children: PropTypes.node,
closeIcon: PropTypes.node,
containerStyle: PropTypes.object,
onRequestClose: PropTypes.func,
open: PropTypes.bool.isRequired,
style: PropTypes.object,
title: PropTypes.string
}

FullscreenDialog.defaultProps = {
actions: []
}

FullscreenDialog.contextTypes = {
muiTheme: PropTypes.object
}

0 comments on commit 14a600f

Please sign in to comment.