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 = {
151151 /**
152152 * Label for the DropdownMenu toggle.
153153 */
154- label : PropTypes . string ,
154+ label : PropTypes . node ,
155155
156156 /**
157157 * 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 = {
116116 /**
117117 * Brand text, to go top left of the navbar.
118118 */
119- brand : PropTypes . string ,
119+ brand : PropTypes . node ,
120120
121121 /**
122122 * Link to attach to brand.
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Toast.propTypes = {
206206 /**
207207 * Text to populate the header with
208208 */
209- header : PropTypes . string ,
209+ header : PropTypes . node ,
210210
211211 /**
212212 * 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