UNPKG

react-axios-progressbar

Version:

Show a ProgressBar in React whenever an axios request is in progress.

3 lines (2 loc) 120 B
import { AxiosInstance } from 'axios'; export declare function useActiveRequests(axiosInstance: AxiosInstance): number;