Type Alias: TooltipProps

TooltipProps = PropsWithChildren<object & Partial<{ defaultOpen: boolean; open: boolean; placement: TooltipPlacement; sideOffset: number; }> & object>

Shared optional props supported by tooltip shorthand usage.