Skip to content

Commit

Permalink
types: change tooltipProps type to Partial<TooltipProps> (mondaycom#2103
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dvir-pollinger authored May 5, 2024
1 parent 272ac89 commit 48c5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Avatar/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import styles from "./Avatar.module.scss";
export interface AvatarProps extends VibeComponentProps {
src?: string;
text?: string;
tooltipProps?: TooltipProps;
tooltipProps?: Partial<TooltipProps>;
ariaLabel?: string;
withoutTooltip?: boolean;
icon?: SubIcon;
Expand Down

0 comments on commit 48c5168

Please sign in to comment.