UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

3 lines (2 loc) 151 B
import { MotionEventNames } from '../types'; export declare function dispatchPointerEvent(element: Element, name: MotionEventNames, event: any): void;