UNPKG

@mui/x-internal-gestures

Version:

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

5 lines 199 B
import { GesturePhase } from "../Gesture.js"; /** * Creates the event name for a specific gesture and phase */ export declare function createEventName(gesture: string, phase: GesturePhase): string;