@ng-bootstrap/ng-bootstrap
Version:
Angular powered Bootstrap
11 lines (10 loc) • 619 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./carousel";
export { NgbCarousel, NgbSlide, NgbSlideEvent, NgbSlideEventSource } from './carousel';
export { NgbSlideEventDirection } from './carousel-transition';
export { NgbCarouselConfig } from './carousel-config';
export declare class NgbCarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgbCarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgbCarouselModule, never, [typeof i1.NgbCarousel, typeof i1.NgbSlide], [typeof i1.NgbCarousel, typeof i1.NgbSlide]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgbCarouselModule>;
}