MCPcopy Index your code
hub / github.com/react/react / pointerenter

Function pointerenter

packages/dom-event-testing-library/domEvents.js:343–345  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

341}
342
343export function pointerenter(payload) {
344 return createPointerEvent('pointerenter', payload);
345}
346
347export function pointerleave(payload) {
348 return createPointerEvent('pointerleave', payload);

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected