UNPKG

embla-carousel-auto-scroll

Version:

An auto scroll plugin for Embla Carousel

4 lines (3 loc) 235 B
import { EmblaCarouselType } from 'embla-carousel/components/EmblaCarousel'; import { RootNodeType } from './Options.js'; export declare function getAutoScrollRootNode(emblaApi: EmblaCarouselType, rootNode: RootNodeType): HTMLElement;