UNPKG

619 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./carousel";
3export { NgbCarousel, NgbSlide, NgbSlideEvent, NgbSlideEventSource } from './carousel';
4export { NgbSlideEventDirection } from './carousel-transition';
5export { NgbCarouselConfig } from './carousel-config';
6export 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}