Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
docs: add shape propType to supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Nov 4, 2016
1 parent 6876062 commit 2121d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create typescript definitions files (d.ts) from react components.

* ES6 and ES7 class syntax
* Most PropTypes
* any, array, bool, func, number, object, string, node, element, oneOfType, arrayOf, symbol
* any, array, bool, func, number, object, string, node, element, oneOfType, arrayOf, symbol, shape
* Partial support for oneOf PropType
* required PropTypes
* instanceOf PropTypes (when using API and giving a resolve function)
Expand Down

0 comments on commit 2121d9b

Please sign in to comment.