UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

8 lines (7 loc) 206 B
import { PointerPoint } from "./pointer"; export declare type GestureType = "pinch" | "stretch"; export interface GestureOpts { start?: PointerPoint; duration?: number; amount?: PointerPoint; }