interface NavAndAuthButtonsProps {
    handleShowMenu?: (() => void);
    isHorizontalCompact?: boolean;
    isInFooter?: boolean;
    isInHeader?: boolean;
    isInSurveys?: boolean;
    links?: readonly LinksType[];
    showMenu?: boolean;
}

Properties

handleShowMenu?: (() => void)

Type declaration

    • (): void
    • Returns void

isHorizontalCompact?: boolean
isInFooter?: boolean
isInHeader?: boolean
isInSurveys?: boolean
links?: readonly LinksType[]
showMenu?: boolean