import { TooltipSetTextContent } from '../../../../store/slices/tooltipSlice/tooltip.types'; import type { LayoutUpdate } from '../../../../store/slices/layoutSlice/layout.types'; /** * @function * @name url2title * @param {string} pathname - The function that reset the state that you have active * @returns - string parser to get the pathname */ export declare type UseMenuActionsProps = { layoutUpdate: LayoutUpdate; tooltipSetTextContent: TooltipSetTextContent; };