Created
February 8, 2019 07:50
-
-
Save KanshuYokoo/42f6dd0a63514ed9003d10dc13bf81bd to your computer and use it in GitHub Desktop.
React.js give multiple PropsTypes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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