Skip to content

Instantly share code, notes, and snippets.

@KanshuYokoo
Created February 8, 2019 07:50
Show Gist options
  • Save KanshuYokoo/42f6dd0a63514ed9003d10dc13bf81bd to your computer and use it in GitHub Desktop.
Save KanshuYokoo/42f6dd0a63514ed9003d10dc13bf81bd to your computer and use it in GitHub Desktop.
React.js give multiple PropsTypes.
Style: PropTypes.oneOfType(
[
PropTypes.number,
PropTypes.object,
PropTypes.array
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment