@launchmenu/core
Version:
An environment for visual keyboard controlled applets
8 lines • 361 B
TypeScript
import { IDataHook } from "model-react";
/**
* Waits for a given value to become available, listening for updates using data hooks
* @param get The getter to retrieve a value
* @returns The obtained value
*/
export declare function waitForRetrieve<T>(get: (hook: IDataHook) => T | undefined): Promise<T>;
//# sourceMappingURL=waitForRetrieve.d.ts.map