UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

10 lines (9 loc) 222 B
export interface CarouselPropsType { selectedIndex?: number; dots?: boolean; vertical?: boolean; autoplay?: boolean; autoplayInterval?: number; infinite?: boolean; initialSlideWidth?: number; }