UNPKG

vue-app-sdk

Version:
8 lines (7 loc) 231 B
import { AnimationOptions, Animation } from './Animation'; export * from './Animation'; /** * 创建路由动画插件 * @param options 配置项 */ export declare function createAnimation(options: AnimationOptions): Animation;