Skip to content

Instantly share code, notes, and snippets.

@DavidSanwald
Created April 28, 2017 17:08
Show Gist options
  • Save DavidSanwald/77883f6f6673671c359995677f60017e to your computer and use it in GitHub Desktop.
Save DavidSanwald/77883f6f6673671c359995677f60017e to your computer and use it in GitHub Desktop.
StyledPadProps
StyledPad.propTypes = {
state: PropTypes.oneOf(['idle', 'playing', 'selected']).isRequired,
onClick: PropTypes.func.isRequired,
width: PropTypes.string,
height: PropTypes.string,
timing: PropTypes.string,
}
StyledSquare.defaultProps = {
width: '10.3',
height: '10.3',
timing: '3s' ,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment