UNPKG

redux-request-loading

Version:

Package for tracking loading state of multiple requests

5 lines (4 loc) 204 B
import { Loading } from "./model"; import { LoadingAction } from "./actions"; export declare const defaultState: Loading; export declare const loading: (state: Loading, action: LoadingAction) => Loading;