platform-bible-react
    Preparing search index...

    Variable TooltipContentConst

    TooltipContent: ForwardRefExoticComponent<
        Omit<TooltipContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<
            HTMLDivElement,
        >,
    > = ...

    Tooltip components provide a popover that displays information related to an element when hovered or focused. These components are built on Radix UI primitives and styled with Shadcn UI. See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/tooltip See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/tooltip