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

Function pointerleave

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

Source from the content-addressed store, hash-verified

345}
346
347export function pointerleave(payload) {
348 return createPointerEvent('pointerleave', payload);
349}
350
351export function pointermove(payload) {
352 return createPointerEvent('pointermove', {

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected