UNPKG

@rybos/ngx-gallery

Version:

A simple responsive native gallery component for Angular 15.

13 lines (12 loc) 616 B
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, false, never>; }