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

    Interface HeaderMobileMenuProps

    interface HeaderMobileMenuProps {
        handleShowMenu: () => void;
        headerLinks: readonly LinksType[];
        showMenu: boolean;
    }
    Index

    Properties

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