UNPKG

@mui/x-internal-gestures

Version:

The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.

2 lines 122 B
import type { UserGesture } from "../index.js"; export declare const createProxy: <T extends UserGesture>(target: T) => T;