Interface CarouselProps

interface CarouselProps {
    interval?: number;
}

Properties

Properties

interval?: number

Generated using TypeDoc