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) 141 B
import { ObservableValue } from "./ObservableValue"; export declare const useWatchObservableValue: <T>(observable: ObservableValue<T>) => T;