Skip to content

Commit

Permalink
docs: add extra prop (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice authored Aug 14, 2024
1 parent a05da80 commit e4ba965
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ ReactDOM.render(
<th>false</th>
<td>no effect for click or keydown for this item</td>
</tr>
<tr>
<td>extra</td>
<td>React.ReactNode</td>
<th></th>
<td>Specify menu item extra node.</td>
</tr>
<tr>
<td>key</td>
<td>Object</td>
Expand Down

0 comments on commit e4ba965

Please sign in to comment.