UNPKG

ngx-bootstrap

Version:
10 lines (9 loc) 219 B
import { SlideComponent } from '../slide.component'; export interface SlideWithIndex { item: SlideComponent; index: number; } export interface IndexedSlideList { list: SlideWithIndex[]; index: number; }