ngx-bootstrap-ci
Version:
Native Angular Bootstrap Components
11 lines (10 loc) • 348 B
TypeScript
export declare class CarouselConfig {
/** Default interval of auto changing of slides */
interval: number;
/** Is loop of auto changing of slides can be paused */
noPause: boolean;
/** Is slides can wrap from the last to the first slide */
noWrap: boolean;
/** Show carousel-indicators */
showIndicators: boolean;
}