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

Function pointerout

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

Source from the content-addressed store, hash-verified

356}
357
358export function pointerout(payload) {
359 return createPointerEvent('pointerout', payload);
360}
361
362export function pointerover(payload) {
363 return createPointerEvent('pointerover', payload);

Callers

nothing calls this directly

Calls 1

createPointerEventFunction · 0.85

Tested by

no test coverage detected