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

Function mouseup

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

Source from the content-addressed store, hash-verified

414}
415
416export function mouseup(payload) {
417 return createMouseEvent('mouseup', {
418 button: buttonType.primary,
419 ...payload,
420 buttons: buttonsType.none,
421 });
422}
423
424/**
425 * Touch events

Callers

nothing calls this directly

Calls 1

createMouseEventFunction · 0.85

Tested by

no test coverage detected