UNPKG

@mui/x-internal-gestures

Version:

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

14 lines 698 B
export type * from "./gestures/MoveUserGesture.types.js"; export type * from "./gestures/PanUserGesture.types.js"; export type * from "./gestures/PinchUserGesture.types.js"; export type * from "./gestures/PressUserGesture.types.js"; export type * from "./gestures/RotateUserGesture.types.js"; export type * from "./gestures/TapUserGesture.types.js"; export type * from "./gestures/TurnWheelUserGesture.types.js"; export type * from "./PointerManager.js"; export type * from "./types/Point.js"; export type * from "./types/Pointers.js"; export type * from "./types/UserGesturePlugin.js"; export * from "./MouseUserGesture.js"; export * from "./TouchUserGesture.js"; export * from "./UserGesture.js";