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.

8 lines (7 loc) 210 B
import { Tag, TagPattern } from "../store/types.js"; interface ClearOptions { tag?: Tag | TagPattern; error?: true | unknown; } export declare function refresh(options?: ClearOptions): void; export {};