UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

3 lines (2 loc) 110 B
import { UseHttpClientReturn } from './types'; export declare const useHttpClient: () => UseHttpClientReturn;