Interface IHeaderProps

Header

Hierarchy

  • IHeaderProps

Properties

className?: string
el: HTMLElement
onRendered?: ((el) => void)

Type declaration

    • (el): void
    • Parameters

      • el: HTMLElement

      Returns void

onRendering?: ((props) => void)

Type declaration

    • (props): void
    • Parameters

      • props: IJumbotronProps<Element>

      Returns void

title?: string

Generated using TypeDoc