ask-and-trust - v1.1.0
    Preparing search index...

    Interface NavAndAuthButtonsProps

    interface NavAndAuthButtonsProps {
        handleShowMenu?: () => void;
        headerLinks: readonly LinksType[];
        isMobile: boolean;
    }
    Index

    Properties

    handleShowMenu?: () => void
    headerLinks: readonly LinksType[]
    isMobile: boolean