@learn-hunger/visual-gestures
Version:
VisualGestures.js is a package that empowers users to effortlessly control the cursor, including actions such as hover, click, drag, and drop, through precise finger movements in the air.
7 lines (6 loc) • 306 B
TypeScript
import { IGestureCustomProps } from "../../utilities/vg-types";
import { ACommonMouseProps } from "../abstracts/vg-pointer-props-abstract";
export declare class VgPointerDrag extends ACommonMouseProps {
constructor(mouseProp: MouseEventInit, customProps: IGestureCustomProps);
setCursor(): void;
}