UNPKG

@ssgoi/vue

Version:

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

4 lines (3 loc) 159 B
import { SsgoiContext } from './types'; export declare const provideSsgoi: (context: SsgoiContext) => void; export declare const useSsgoi: () => SsgoiContext;