Skip to main content

Tooltip()

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

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<TooltipProps, "children" | "className" | "style" | "UNSTABLE_portalContainer"> & BaseProps & object & RefAttributes<HTMLDivElement>

Returns

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