Skip to content

Instantly share code, notes, and snippets.

@toxi-kb
Created February 21, 2020 13:01
Show Gist options
  • Select an option

  • Save toxi-kb/4dcc3dc5eacfc61f38cb1d581ae7bfd0 to your computer and use it in GitHub Desktop.

Select an option

Save toxi-kb/4dcc3dc5eacfc61f38cb1d581ae7bfd0 to your computer and use it in GitHub Desktop.
Pet.propTypes = {
pet: PropTypes.shape({
age: PropTypes.number,
color: PropTypes.string,
name: PropTypes.string
})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment