/** * @returns A tupple of a `React.Ref` to attach to an element and an `boolean` hover state. * * @see {@link https://lively.infinityfx.dev/docs/hooks/use-hover} */ export default function useHover(): readonly [import("react").RefObject, boolean];