UNPKG

@mui/x-internal-gestures

Version:

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

17 lines 440 B
import { Gesture } from "../../core/index.js"; export class MockBadCloneGesture extends Gesture { constructor(...args) { super(...args); this.state = {}; this.isSinglePhase = void 0; this.eventType = void 0; this.optionsType = void 0; this.mutableOptionsType = void 0; this.mutableStateType = void 0; } // eslint-disable-next-line class-methods-use-this resetState() {} clone() { return this; } }