UNPKG

react-http-fetch

Version:

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

3 lines (2 loc) 197 B
import { HttpEventClassType, HttpEventHandler } from './types'; export declare const useHttpEvent: <PayloadT>(eventType: HttpEventClassType<PayloadT>, handler: HttpEventHandler<PayloadT>) => void;