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

Commit 2121d9b

Browse files
committed
docs: add shape propType to supported list
1 parent 6876062 commit 2121d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create typescript definitions files (d.ts) from react components.
1515

1616
* ES6 and ES7 class syntax
1717
* Most PropTypes
18-
* any, array, bool, func, number, object, string, node, element, oneOfType, arrayOf, symbol
18+
* any, array, bool, func, number, object, string, node, element, oneOfType, arrayOf, symbol, shape
1919
* Partial support for oneOf PropType
2020
* required PropTypes
2121
* instanceOf PropTypes (when using API and giving a resolve function)

0 commit comments

Comments
 (0)