@kolkov/ngx-gallery
Version:
A simple responsive native gallery component for Angular 8+ and 13+.
13 lines (12 loc) • 590 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxGalleryBulletsComponent {
count: number;
active: number;
bulletChange: EventEmitter<any>;
constructor();
getBullets(): number[];
handleChange(event: Event, index: number): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxGalleryBulletsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxGalleryBulletsComponent, "ngx-gallery-bullets", never, { "count": "count"; "active": "active"; }, { "bulletChange": "bulletChange"; }, never, never>;
}