UNPKG

vuex-xhr-state

Version:

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

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