usePassThroughMouseOverEvents

See source code
function usePassThroughMouseOverEvents(
  ref: RefObject<HTMLElement | null>,
): void;

Parameters

NameDescription

ref

RefObject<HTMLElement | null>;

Returns

void;
Prev
useMaybeEditor
Next
usePassThroughWheelEvents