Type Alias: TooltipRootProps

TooltipRootProps = PropsWithChildren<Partial<{ className: string; defaultOpen: boolean; onOpenChange: (open) => void; open: boolean; placement: TooltipPlacement; }>>

Props accepted by the tooltip root container.