UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

7 lines (6 loc) 153 B
import { Feature } from './feature'; export declare class EventFeature extends Feature { private handlers; mount(): void; unmount(): void; }