hy-vue-gantt
Version:
Evolution of vue-ganttastic package
8 lines • 445 B
TypeScript
import type { GanttBarObject } from "../types";
export declare function useTouchEvents(initDragCallback: (bar: GanttBarObject, e: MouseEvent) => void, threshold?: number): {
handleTouchStart: (event: TouchEvent, bar?: GanttBarObject) => void;
handleTouchMove: (event: TouchEvent) => void;
handleTouchEnd: (event: TouchEvent) => void;
handleTouchCancel: (event: TouchEvent) => void;
};
//# sourceMappingURL=useTouchEvents.d.ts.map