// Anything that can be rendered: numbers, strings, elements or an array
// (or fragment) containing these types.
optionalNode: PropTypes.node,
// A value of any data type
requiredAny: PropTypes.any.isRequired,
Run Code Online (Sandbox Code Playgroud)
PropTypes.any包含比PropTypes.node更多的女巫类型?