UNPKG

283 BTypeScriptView Raw
1export declare class CarouselConfig {
2 /** Default interval of auto changing of slides */
3 interval: number;
4 /** Is loop of auto changing of slides can be paused */
5 noPause: boolean;
6 /** Is slides can wrap from the last to the first slide */
7 noWrap: boolean;
8}