react-slideshow-image
Version:
An image slideshow with react
15 lines (14 loc) • 343 B
TypeScript
export declare const defaultProps: {
duration: number;
transitionDuration: number;
defaultIndex: number;
infinite: boolean;
autoplay: boolean;
indicators: boolean;
arrows: boolean;
pauseOnHover: boolean;
easing: string;
canSwipe: boolean;
cssClass: string;
responsive: never[];
};