MCPcopy
hub / github.com/react/react / mouseenter

Function mouseenter

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

Source from the content-addressed store, hash-verified

394}
395
396export function mouseenter(payload) {
397 return createMouseEvent('mouseenter', payload);
398}
399
400export function mouseleave(payload) {
401 return createMouseEvent('mouseleave', payload);

Callers

nothing calls this directly

Calls 1

createMouseEventFunction · 0.85

Tested by

no test coverage detected