We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806732f + 4706cca commit 3dc01afCopy full SHA for 3dc01af
src/card/card-header.jsx
@@ -39,10 +39,10 @@ const CardHeader = React.createClass({
39
},
40
41
propTypes: {
42
- title: React.PropTypes.string,
+ title: React.PropTypes.node,
43
titleColor: React.PropTypes.string,
44
titleStyle: React.PropTypes.object,
45
- subtitle: React.PropTypes.string,
+ subtitle: React.PropTypes.node,
46
subtitleColor: React.PropTypes.string,
47
subtitleStyle: React.PropTypes.object,
48
textStyle: React.PropTypes.object,
0 commit comments