UNPKG

@molejs/mole-components-web

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; }