Skip to main content

Tooltip

Home > @backstage/canon > Tooltip

Signature:

Tooltip: {
Provider: React.FC<TooltipPrimitive.Provider.Props>;
Root: React.FC<TooltipPrimitive.Root.Props>;
Trigger: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.Trigger.Props & React.RefAttributes<any>, "ref"> & React.RefAttributes<any>>;
Portal: typeof TooltipPrimitive.Portal;
Positioner: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.Positioner.Props & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
Popup: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.Popup.Props & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
Arrow: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.Arrow.Props & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
}