UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

9 lines (8 loc) 242 B
import { MotionState } from '../../motion-state'; import { BaseGesture } from '.'; export declare class PressGesture extends BaseGesture { isActive(): boolean; constructor(state: MotionState); mount(): void; update(): void; }