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.

5 lines (4 loc) 166 B
import { DependencyList } from "react"; type Callback = () => void; export declare const useOnWindowFocused: (cb: Callback, deps: DependencyList) => void; export {};