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 7d69431 commit f3a79fcCopy full SHA for f3a79fc
content/docs/typechecking-with-proptypes.md
@@ -79,7 +79,7 @@ MyComponent.propTypes = {
79
// Объект со свойствами конкретного типа
80
optionalObjectOf: PropTypes.objectOf(PropTypes.number),
81
82
- // Объект, подходящий под маску
+ // Объект с определенной структурой
83
optionalObjectWithShape: PropTypes.shape({
84
color: PropTypes.string,
85
fontSize: PropTypes.number
0 commit comments