Skip to content

Commit e4ba965

Browse files
authored
docs: add extra prop (#736)
1 parent a05da80 commit e4ba965

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ ReactDOM.render(
261261
<th>false</th>
262262
<td>no effect for click or keydown for this item</td>
263263
</tr>
264+
<tr>
265+
<td>extra</td>
266+
<td>React.ReactNode</td>
267+
<th></th>
268+
<td>Specify menu item extra node.</td>
269+
</tr>
264270
<tr>
265271
<td>key</td>
266272
<td>Object</td>

0 commit comments

Comments
 (0)