File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ DropdownMenu.propTypes = {
151
151
/**
152
152
* Label for the DropdownMenu toggle.
153
153
*/
154
- label : PropTypes . string ,
154
+ label : PropTypes . node ,
155
155
156
156
/**
157
157
* Direction in which to expand the DropdownMenu. Default: 'down'. `left`
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ NavbarSimple.propTypes = {
116
116
/**
117
117
* Brand text, to go top left of the navbar.
118
118
*/
119
- brand : PropTypes . string ,
119
+ brand : PropTypes . node ,
120
120
121
121
/**
122
122
* Link to attach to brand.
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Toast.propTypes = {
206
206
/**
207
207
* Text to populate the header with
208
208
*/
209
- header : PropTypes . string ,
209
+ header : PropTypes . node ,
210
210
211
211
/**
212
212
* Set to True to add a dismiss button to the header which will close the
You can’t perform that action at this time.
0 commit comments