Type Alias: TooltipContentProps

TooltipContentProps = PropsWithChildren<HTMLAttributes<HTMLDivElement> & Partial<{ className: string; sideOffset: number; }>>

Props accepted by the tooltip content element.