UNPKG

vuex-xhr-state

Version:

Use Vuex to manage the state of you're ajax calls.

5 lines (4 loc) 233 B
import { MutationTree } from 'vuex'; import { IVxsOptions, VxsExtendedState } from './types'; declare const _default: <D, P, S, RS>(options: IVxsOptions<D, P, S, RS>) => MutationTree<VxsExtendedState<D, S>>; export default _default;