UNPKG

artwork-react-native

Version:

artwork design master for react-native

19 lines (18 loc) 476 B
export interface CarouselProps { children?: any; selectedIndex?: number; dots?: boolean; vertical?: boolean; autoplay?: boolean; autoplayInterval?: number; infinite?: boolean; easing?: Function; beforeChange?: (from: number, to: number) => void; afterChange?: (current: number) => void; style?: any; dotStyle?: any; dotActiveStyle?: any; swipeSpeed?: number; pagination?: Function; initialSlideWidth?: number; }