@redocly/theme
Version:
Shared UI components lib
11 lines (10 loc) • 385 B
TypeScript
import { MobileMenuType } from '../../../core/constants';
export declare const useMobileMenuItems: (menuType: MobileMenuType) => {
items: import("../..").ItemState[];
popDrilldownState: () => void;
pushDrilldownState: (drilldownDetails: import("../..").DrilldownMenuItemDetails) => void;
backLink: {
slug?: string;
label?: string;
} | undefined;
};