@ks89/angular-modal-gallery
Version:
Image gallery for Angular
16 lines (15 loc) • 1.22 kB
TypeScript
import { CarouselComponent } from './carousel/carousel.component';
import { CarouselPreviewsComponent } from './carousel/carousel-previews/carousel-previews.component';
import { UpperButtonsComponent } from './upper-buttons/upper-buttons.component';
import { DotsComponent } from './dots/dots.component';
import { PreviewsComponent } from './previews/previews.component';
import { CurrentImageComponent } from './current-image/current-image.component';
import { LoadingSpinnerComponent } from './current-image/loading-spinner/loading-spinner.component';
import { AccessibleComponent } from './accessible.component';
import { PlainGalleryComponent } from './plain-gallery/plain-gallery.component';
export { CarouselComponent } from './carousel/carousel.component';
import { ModalGalleryComponent } from './modal-gallery/modal-gallery.component';
/**
* Array of all components.
*/
export declare const COMPONENTS: (typeof AccessibleComponent | typeof CarouselComponent | typeof CarouselPreviewsComponent | typeof UpperButtonsComponent | typeof DotsComponent | typeof PreviewsComponent | typeof CurrentImageComponent | typeof LoadingSpinnerComponent | typeof PlainGalleryComponent | typeof ModalGalleryComponent)[];