UNPKG

swiper

Version:

Most modern mobile touch slider and framework with hardware accelerated transitions

23 lines (22 loc) 579 B
import { TemplateRef } from '@angular/core'; export declare class SwiperSlideDirective { template: TemplateRef<any>; virtualIndex: number; class: string; 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>); }