@launchmenu/core
Version:
An environment for visual keyboard controlled applets
11 lines • 502 B
TypeScript
import { IDataHook } from "model-react";
import { IUILayer } from "../../uiLayers/_types/IUILayer";
import { IIOContext } from "../_types/IIOContext";
/**
* Retrieves the top layer of a context
* @param context The context to extract the layer from
* @param hook The data hook to subscribe to changes
* @returns The context's top layer
*/
export declare function getContextTopLayer(context: IIOContext, hook?: IDataHook): IUILayer | null;
//# sourceMappingURL=getContextTopLayer.d.ts.map