1 | import * as i0 from "@angular/core";
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare class NgbCarouselConfig {
|
9 | private _ngbConfig;
|
10 | private _animation;
|
11 | interval: number;
|
12 | wrap: boolean;
|
13 | keyboard: boolean;
|
14 | pauseOnHover: boolean;
|
15 | pauseOnFocus: boolean;
|
16 | showNavigationArrows: boolean;
|
17 | showNavigationIndicators: boolean;
|
18 | get animation(): boolean;
|
19 | set animation(animation: boolean);
|
20 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbCarouselConfig, never>;
|
21 | static ɵprov: i0.ɵɵInjectableDeclaration<NgbCarouselConfig>;
|
22 | }
|