(payload)
| 341 | } |
| 342 | |
| 343 | export function pointerenter(payload) { |
| 344 | return createPointerEvent('pointerenter', payload); |
| 345 | } |
| 346 | |
| 347 | export function pointerleave(payload) { |
| 348 | return createPointerEvent('pointerleave', payload); |
nothing calls this directly
no test coverage detected