UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

9 lines 444 B
/// <reference types="react" /> import { IViewStackItemProps } from "../../uiLayers/_types/IViewStackItemProps"; /** * Retrieves the previous item on the stack * @param data The data that's passed as props to stack items * @returns The stack item UI below this one if any */ export declare function usePreviousStackItem(data: Partial<IViewStackItemProps>): JSX.Element | undefined; //# sourceMappingURL=usePreviousStackItem.d.ts.map