UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

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