UNPKG

embla-carousel-autoplay

Version:

An autoplay plugin for Embla Carousel

5 lines (4 loc) 350 B
import { EmblaCarouselType } from 'embla-carousel/components/EmblaCarousel'; import { DelayOptionType, RootNodeType } from './Options'; export declare function normalizeDelay(emblaApi: EmblaCarouselType, delay: DelayOptionType): number[]; export declare function getAutoplayRootNode(emblaApi: EmblaCarouselType, rootNode: RootNodeType): HTMLElement;