UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

8 lines (7 loc) 262 B
import { Ref } from "vue"; export declare function useCarouselAutoPlay(props: any, isHovering: Ref<boolean>, next: () => void): { startAutoPlay: () => void; stopAutoPlay: () => void; handleMouseEnter: () => void; handleMouseLeave: () => void; };