%PDF- %PDF-
Direktori : /var/www/html/node_modules/swiper/angular/angular/src/ |
Current File : /var/www/html/node_modules/swiper/angular/angular/src/swiper-slide.directive.d.ts |
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SwiperSlideDirective { template: TemplateRef<any>; virtualIndex: number; class: string; autoplayDelay: string | null; set zoom(val: boolean); get zoom(): boolean; private _zoom; slideIndex: number; get classNames(): string; set classNames(val: string); private _hasClass; slideData: { isActive: boolean; isPrev: boolean; isNext: boolean; isVisible: boolean; isDuplicate: boolean; }; private _classNames; constructor(template: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<SwiperSlideDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperSlideDirective, "ng-template[swiperSlide]", never, { "virtualIndex": "virtualIndex"; "class": "class"; "autoplayDelay": "data-swiper-autoplay"; "zoom": "zoom"; }, {}, never>; }