UNPKG

@yourwishes/carousel

Version:

A modern, flexible and performant carousel for the time concious developer.

5 lines 272 B
import { WithOptions, WithSlides, WithState } from "./types"; declare type AutoPlayCreateParams = WithOptions & WithState & WithSlides; export declare const sliderAutoPlayCreate: (params: AutoPlayCreateParams) => null; export {}; //# sourceMappingURL=autoplay.d.ts.map