@launchmenu/core
Version:
An environment for visual keyboard controlled applets
12 lines • 596 B
TypeScript
import { IDataHook } from "model-react";
import { IIOContext } from "../_types/IIOContext";
import { IIdentifiedItem } from "../../_types/IIdentifiedItem";
import { IViewStackItem } from "../../uiLayers/_types/IViewStackItem";
/**
* Retrieves the contents UI
* @param context The context to extract the contents from
* @param hook The data hook to subscribe to changes
* @returns The context's contents
*/
export declare function getContextContentStack(context: IIOContext, hook?: IDataHook): IIdentifiedItem<IViewStackItem>[];
//# sourceMappingURL=getContextContentStack.d.ts.map