UNPKG

@uportal/content-carousel

Version:
10 lines (7 loc) 188 B
import {CarouselItem} from './CarouselItem'; export interface DataStrategy { type: string; feed: any; items: CarouselItem[]; } export type CarouselStrategy = (options: any) => {};