Skip to main content

TooltipTarget()

const TooltipTarget: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

This target component is only needed if attempting to add a Tooltip to a non-focusable element/component

Parameters

props

BaseProps & object & object & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>