UNPKG

ngx-owl-carousel-o

Version:
9 lines (8 loc) 221 B
import { SlideModel } from './slide.model'; /** * Data which will be passed out after ending of transition of carousel */ export declare class SlidesOutputData { startPosition?: number; slides?: SlideModel[]; }