UNPKG

infinity-forge

Version:
8 lines (7 loc) 206 B
import { SwiperOptions } from "./carousel-lib/types/index.js"; export interface CarouselProps<T = any> { id: string; items: T[]; config?: SwiperOptions; Component: React.ComponentType<T>; }