For Homebrew version 1.6.8.
brew -v # => Homebrew 1.6.8
Install the current version of mysql:
# Install current mysql version
brew install mysql
| import PropTypes from 'prop-types'; | |
| MyComponent.propTypes = { | |
| // You can declare that a prop is a specific JS type. By default, these | |
| // are all optional. | |
| optionalArray: PropTypes.array, | |
| optionalBool: PropTypes.bool, | |
| optionalFunc: PropTypes.func, | |
| optionalNumber: PropTypes.number, | |
| optionalObject: PropTypes.object, |