Skip to content

Instantly share code, notes, and snippets.

@imapolaris
Last active August 31, 2017 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imapolaris/5d277530aa2871325525b6058b7859a9 to your computer and use it in GitHub Desktop.
Save imapolaris/5d277530aa2871325525b6058b7859a9 to your computer and use it in GitHub Desktop.
PropTypes
import PropTypes from 'prop-types'
class ZJ extends Component{
}
ZJ.propTypes = {
value: PropTypes.number.isRequired,
func: PropTypes.func.isRequired
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment