@cause-911/material
Version:
Run `npm install @cause-911/material --save` to add this library to your project
18 lines (17 loc) • 418 B
TypeScript
import { OnInit, ElementRef } from '@angular/core';
export declare class SlideshowComponent implements OnInit {
container: ElementRef;
height: string;
autoPlay: boolean;
private timer;
private items;
private states;
private selectedIndex;
images: any;
constructor();
ngOnInit(): void;
getState(index: any): any;
restart(): void;
next(): void;
private changed;
}