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.

4 lines (3 loc) 167 B
import { Store } from "../store/Store.js"; import { AsyncResource } from "./AsyncResource.js"; export declare const asyncResourceStore: Store<AsyncResource<unknown>>;