diff --git a/packages/core/src/components/Avatar/Avatar.tsx b/packages/core/src/components/Avatar/Avatar.tsx index 439308f9d8..9696a2f0ae 100644 --- a/packages/core/src/components/Avatar/Avatar.tsx +++ b/packages/core/src/components/Avatar/Avatar.tsx @@ -17,7 +17,7 @@ import styles from "./Avatar.module.scss"; export interface AvatarProps extends VibeComponentProps { src?: string; text?: string; - tooltipProps?: TooltipProps; + tooltipProps?: Partial; ariaLabel?: string; withoutTooltip?: boolean; icon?: SubIcon;