UNPKG

@mui/x-internal-gestures

Version:

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

4 lines 169 B
import { Gesture } from "../core/index.js"; export type AnyGesture = new <T extends { name: N; }, N extends string = string>(options: T, ...args: any[]) => Gesture<N>;