import { IDataHook } from "model-react"; import { IViewStackItem } from "../../uiLayers/_types/IViewStackItem"; import { IIdentifiedItem } from "../../_types/IIdentifiedItem"; import { IIOContext } from "../_types/IIOContext"; /** * Retrieves the menus UI * @param context The context to extract the menus from * @param hook The data hook to subscribe to changes * @returns The context's menus */ export declare function getContextMenuStack(context: IIOContext, hook?: IDataHook): IIdentifiedItem[]; //# sourceMappingURL=getContextMenuStack.d.ts.map