We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f56b78 commit c4fb9b6Copy full SHA for c4fb9b6
README.md
@@ -1,2 +1,11 @@
1
# proptypes
2
-React's PropTypes, as a standalone module.
+
3
+> React's [PropTypes], packaged up as a standalone module.
4
5
+**DISCLAIMER:**
6
+This is literally copied from the React 0.14 codebase.
7
+If you're using PropTypes with React, it would be silly to reference this standalone version.
8
9
+**LICENSE:** BSD.
10
11
+[PropTypes]: https://github.com/facebook/react/blob/master/src/isomorphic/classic/types/ReactPropTypes.js
0 commit comments