UNPKG

@frsource/tiny-carousel-core

Version:

Core module for @frsource/tiny-carousel, based on CSS scroll snap feature 🚀

4 lines (3 loc) • 184 B
import type { Config } from '.'; import { TinyCarousel } from '.'; export declare const setupAll: (_elements: NodeListOf<HTMLElement>, config: Config | Config[]) => TinyCarousel[];