UNPKG

@ssgoi/vue

Version:

Vue bindings for SSGOI - Native app-like page transitions for Vue applications

7 lines (6 loc) 285 B
import { transition as _transition, Transition, TransitionKey } from '@ssgoi/core'; import { Directive } from 'vue'; export declare const transition: typeof _transition; export declare const vTransition: Directive<HTMLElement, (Transition & { key?: TransitionKey; }) | undefined>;