List Group Item

Type Parameters

  • T = Element

Hierarchy

  • IListGroupItem

Properties

badge?: IBadgeProps<Element>
className?: string
content?: string | T
data?: any
href?: string
isActive?: boolean
isDisabled?: boolean
onClick?: ((el?, item?) => void)

Type declaration

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

      Returns void

onRender?: ((el?, item?) => void)

Type declaration

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

      Returns void

tabName?: string
type?: number

Generated using TypeDoc