angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
13 lines (12 loc) • 476 B
TypeScript
import * as i0 from "@angular/core";
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;
keyboard: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CarouselConfig>;
}