Interface IFooterProps

Footer

Hierarchy

  • IFooterProps

Properties

className?: string
el: HTMLElement
items?: INavbarItem[]
itemsEnd?: INavbarItem[]
onRendered?: ((el) => void)

Type declaration

    • (el): void
    • Parameters

      • el: HTMLElement

      Returns void

onRendering?: ((props) => void)

Type declaration

    • (props): void
    • Parameters

      • props: INavbarProps<HTMLElement>

      Returns void

Generated using TypeDoc