UNPKG

images-viewer-vue3

Version:
10 lines (9 loc) 359 B
import { Ref } from 'vue'; export declare function usePlayer(activeIndex: Ref<number>, images: any, imageRef: Ref<HTMLImageElement | null>, callBack: Function | undefined, playSpeed: number): { timer: Ref<any>; scrollItemNavRef: Ref<any>; playState: Ref<any>; autoPlay: () => void; stopPlay: () => void; hotKeyAutoPlay: () => void; };