Skip to content

Commit

Permalink
Add doc comment for MenuButton
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Jun 23, 2023
1 parent 2f0dffa commit 3dd99a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controls/MenuButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ const useStyles = makeStyles({ name: { MenuButton } })({
},
});

/**
* A general-purpose base component for showing an editor control for use in a
* menu.
*/
export default function MenuButton({
tooltipLabel,
tooltipShortcutKeys,
Expand Down

0 comments on commit 3dd99a3

Please sign in to comment.