UNPKG

@octopusdeploy/design-system-components

Version:
4 lines (3 loc) 312 B
import type { RefObject } from "react"; export declare function useIsHovered(element: RefObject<HTMLElement> | HTMLElement | null): boolean; export declare function useOnIsHoveredChanged(element: RefObject<HTMLElement> | HTMLElement | null, onIsHoveredChanged: ((isHovered: boolean) => void) | undefined): void;