UNPKG

redux-request-loading

Version:

Package for tracking loading state of multiple requests

2 lines (1 loc) 87 B
export declare const getProgress: (total: number, activeRequests: string[]) => number;