1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./carousel";
|
3 | export { NgbCarousel, NgbSlide, NgbSlideEvent, NgbSlideEventSource } from './carousel';
|
4 | export { NgbSlideEventDirection } from './carousel-transition';
|
5 | export { NgbCarouselConfig } from './carousel-config';
|
6 | export declare class NgbCarouselModule {
|
7 | static ɵfac: i0.ɵɵFactoryDeclaration<NgbCarouselModule, never>;
|
8 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgbCarouselModule, never, [typeof i1.NgbCarousel, typeof i1.NgbSlide], [typeof i1.NgbCarousel, typeof i1.NgbSlide]>;
|
9 | static ɵinj: i0.ɵɵInjectorDeclaration<NgbCarouselModule>;
|
10 | }
|