UNPKG

951 BTypeScriptView Raw
1import { TemplateRef } from '@angular/core';
2import * as i0 from "@angular/core";
3export declare class SwiperSlideDirective {
4 template: TemplateRef<any>;
5 virtualIndex: number;
6 class: string;
7 autoplayDelay: string | null;
8 set zoom(val: boolean);
9 get zoom(): boolean;
10 private _zoom;
11 slideIndex: number;
12 get classNames(): string;
13 set classNames(val: string);
14 private _hasClass;
15 slideData: {
16 isActive: boolean;
17 isPrev: boolean;
18 isNext: boolean;
19 isVisible: boolean;
20 isDuplicate: boolean;
21 };
22 private _classNames;
23 constructor(template: TemplateRef<any>);
24 static ɵfac: i0.ɵɵFactoryDeclaration<SwiperSlideDirective, never>;
25 static ɵdir: i0.ɵɵDirectiveDeclaration<SwiperSlideDirective, "ng-template[swiperSlide]", never, { "virtualIndex": "virtualIndex"; "class": "class"; "autoplayDelay": "data-swiper-autoplay"; "zoom": "zoom"; }, {}, never>;
26}