@bigbinary/neetoui 4.0.11 → 4.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -123,6 +123,8 @@ export type AvatarProps = {
123
123
  isSquare?: boolean;
124
124
  status?: "online" | "idle" | "offline";
125
125
  onClick?: React.MouseEventHandler<HTMLSpanElement>;
126
+ showTooltip?: boolean;
127
+ tooltipProps?: TooltipProps;
126
128
  className?: string;
127
129
  } & React.DetailedHTMLProps<
128
130
  React.HTMLAttributes<HTMLSpanElement>,