UNPKG

maests

Version:

An executable compiler for creating Maestro's yaml-flows with typescript.

17 lines (16 loc) 362 B
/** * Swipes left from the screen center. */ export declare const swipeLeft: () => void; /** * Swipes right from the screen center. */ export declare const swipeRight: () => void; /** * Swipes down from the screen center. */ export declare const swipeDown: () => void; /** * Swipes up from the screen center. */ export declare const swipeUp: () => void;