Skip to content

Commit

Permalink
Support event in tipseen onClose props
Browse files Browse the repository at this point in the history
Signed-off-by: Merom Cohen <meromco@monday.com>
  • Loading branch information
meromco committed Dec 26, 2024
1 parent 325895e commit b2ab52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Tipseen/Tipseen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface TipseenProps extends VibeComponentProps {
*/
modifiers?: Array<Modifier<unknown>>;
closeAriaLabel?: string;
onClose?: () => void;
onClose?: (event?: React.MouseEvent<HTMLButtonElement>) => void;
content: ElementContent;
/**
* Control the color of the Tipseen close button. Dark theme can be useful while presenting bright images under the tipseen image
Expand Down

0 comments on commit b2ab52b

Please sign in to comment.