UNPKG

@mittwald/react-use-promise

Version:

Simple and declarative use of Promises in your React components. Observe their state and refresh them in various advanced ways.

3 lines (2 loc) 144 B
import { ObservableValue } from "./ObservableValue.js"; export declare const useWatchObservableValue: <T>(observable: ObservableValue<T>) => T;