React Hookers - v6.3.0
    Preparing search index...

    Interface HoverValue

    A value returned from the useHover hook.

    interface HoverValue {
        hoverProps: DOMAttributes<Element>;
        isHovered: boolean;
    }
    Index

    Properties

    hoverProps: DOMAttributes<Element>

    Props for the element for which hover interactions are tracked.

    An object whose identity never changes between renders.

    isHovered: boolean

    true if the element is currently hovered.