Carousel Item

Type Parameters

  • T = HTMLElement

Hierarchy

  • ICarouselItem

Properties

captions?: string
className?: string
content?: string | T
imageAlt?: string
imageUrl?: string
isActive?: boolean
onRendered?: ((el?, props?) => void)

Type declaration

    • (el?, props?): void
    • Parameters

      • Optional el: HTMLElement
      • Optional props: ICarouselItem<HTMLElement>

      Returns void

Generated using TypeDoc