Skip to content

Commit

Permalink
Update tooltip documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jun 24, 2024
1 parent 143771e commit 81c390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/IconButton/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type IconButtonProps = UnstyledButtonPropsFor<"button"> &
*/
destructive?: boolean;
/**
* Display a tooltip when the button is hovered
* Optional tooltip for the button
*/
tooltip?: string;
};
Expand Down

0 comments on commit 81c390c

Please sign in to comment.