File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,12 @@ Badge.propTypes = {
150
150
/**
151
151
* Target attribute to pass on to the link. Only applies to external links.
152
152
*/
153
- target : PropTypes . string
153
+ target : PropTypes . string ,
154
+
155
+ /**
156
+ * Sets the title attribute of the underlying HTML button.
157
+ */
158
+ title : PropTypes . string
154
159
} ;
155
160
156
161
export default Badge ;
Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ Button.propTypes = {
159
159
*/
160
160
size : PropTypes . string ,
161
161
162
+ /**
163
+ * Sets the title attribute of the underlying HTML button.
164
+ */
165
+ title : PropTypes . string ,
166
+
162
167
/**
163
168
* Set outline button style, which removes background images and colors for a
164
169
* lightweight style.
You can’t perform that action at this time.
0 commit comments