UNPKG

@eggtronic/react-weather-widget

Version:
4 lines (3 loc) 272 B
import { DependencyList } from 'react'; import { FnReturningPromise } from '../utils/index'; export default function useAsync<T extends FnReturningPromise>(fn: T, deps?: DependencyList): import("./useAsyncFn").AsyncState<import("../utils").PromiseType<ReturnType<T>>>;